| Summary Item | Total | Failed |
|---|---|---|
| Requests | 162 | 3 |
| Prerequest Scripts | 189 | 0 |
| Test Scripts | 237 | 3 |
| Assertions | 198 | 23 |
| Skipped Tests | 0 | - |
expected 553 to be below 400
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 403 but got 401
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 38cdcde5-6fee-468b-9e49-09750d3fdff4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-BNjhOtH6vRX/NLiOGZtCw3ILxD4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 0 | 1 | 0 |
| Total | 4 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify the resposne time is below 400ms | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cff020ff-3ea6-4856-ad5a-37301061e8fe |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e0a3e631-fe59-43f2-b650-dac68f9ae3e6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ba02dcc2-14e8-4a9a-bcde-b4d1a465a98b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a38d5d16-54ec-40c5-ace6-0e9552beb03e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 366c462e-cda7-481a-b49d-1eb15dfe0c54 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6dd5fd4b-7f92-46c1-a95f-9238c07912fd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-+bIigXmFoGABCF7zR+nxh4e8n5o" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":428},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d54ea849-257f-4510-92c4-0bb28431dac3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fb305322-b16a-41f4-b050-1034b1c80533 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-+bIigXmFoGABCF7zR+nxh4e8n5o" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":428},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b10cba3a-c945-412c-baf7-aee9776ced32 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1053cc86-3f14-4953-afa3-10b0df826b3e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cbb6595a-db25-46ff-9eea-2e6a292fcfce |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| randomnumber | 568 |
| randomFirstName | Gordon |
| randomLastName | Reynolds |
| randomEmail | Maximillia.Conn@hotmail.com |
| randomPhone | 330-519-5440 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 76f81eb9-061f-4207-ba32-df7a852b08de |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1045 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Hailey",
"last_name": "Rath",
"mobile_number": "746-636-4364",
"mobile_number_alt": "",
"email_id": "George0@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"84569898271866",
"imei1": "84569898271866",
"imei2": "84569898271866",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-4dRimm+drK+83Gx78XUtVQxg3ac" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":167988,"tr_customer_product_id":167978,"job_number":"JOB_167971"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| randomnumber | 885 |
| randomFirstName | Jordan |
| randomLastName | Denesik |
| randomEmail | Eileen.Hermiston@hotmail.com |
| randomPhone | 342-816-0959 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | def80601-31e3-41be-90be-c5bb3e3f5732 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1052 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Alda",
"last_name": "Rippin",
"mobile_number": "714-398-4643",
"mobile_number_alt": "",
"email_id": "Dalton.Krajcik@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"11705763834631",
"imei1": "11705763834631",
"imei2": "11705763834631",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| randomnumber | 795 |
| randomFirstName | Bella |
| randomLastName | D'Amore |
| randomEmail | Deon_Huel@gmail.com |
| randomPhone | 929-981-3644 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c7b0bbd8-6cfd-4280-a86e-36b414750a21 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1056 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Theo",
"last_name": "McDermott",
"mobile_number": "640-223-5138",
"mobile_number_alt": "",
"email_id": "Fannie_Bergnaum@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"53306738900302",
"imei1": "53306738900302",
"imei2": "53306738900302",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 403 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| randomnumber | 406 |
| randomFirstName | Anita |
| randomLastName | Fay |
| randomEmail | Conrad_Harvey27@hotmail.com |
| randomPhone | 595-204-4076 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 05a45bb9-8508-4aa0-bcb8-2e0fcd4dd0d7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| randomnumber | 846 |
| randomFirstName | Daren |
| randomLastName | Graham |
| randomEmail | Ashleigh.Dickinson77@yahoo.com |
| randomPhone | 728-953-4817 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b55a6df0-2d51-42dd-97fe-1eddd71ad01b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1043 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Houston",
"last_name": "Huel",
"mobile_number": "756-291-0259",
"mobile_number_alt": "",
"email_id": "Geoffrey.Marvin23@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000575",
"imei1": "100000575",
"imei2": "100000575",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| randomnumber | 499 |
| randomFirstName | Clemmie |
| randomLastName | Bruen |
| randomEmail | Lester.Schoen48@hotmail.com |
| randomPhone | 225-897-8815 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fbd6660f-599b-4976-bd1c-6b403b967bd5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4e3525ae-3203-4d5b-bc64-3ef637d0d3f5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-dFTCRLZ0oAyOZ74vG94n4+YWh9g" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":429},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b03148e4-402c-46da-beb7-b2c56c363bda |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"67f67-O/KdJYTUc5UeQGh4/jZxuEzMAYo" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:09.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-27T07:47:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:10.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 171ca277-6088-4e6b-93b7-1488cc7a70ea |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0b4ddb17-3206-4e92-8b65-08ed9b7763ba |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 16833943-e450-4a55-91b7-d71e3acbd48f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-Q7QuQ9RWM6G9pUJAZ4TV2NrcDpM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzN9.4AyrTwnFcF1Efm5CB7tPhA0omwNJC7JoJ45Oe1JKDx4"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzN9.4AyrTwnFcF1Efm5CB7tPhA0omwNJC7JoJ45Oe1JKDx4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 439ede6f-231b-4edb-a7fa-e5491046c2e0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzN9.4AyrTwnFcF1Efm5CB7tPhA0omwNJC7JoJ45Oe1JKDx4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6de18ec1-7181-4166-876b-cd54855b8057 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-wmmMQyFB7QJkA9kExFinLa6CyWg" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":280},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2023345e-47a1-4ef8-917a-39f7106bea88 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"44000-BSZwKggvL2NfFFWaWUxV2V5PzEg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:10.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzN9.4AyrTwnFcF1Efm5CB7tPhA0omwNJC7JoJ45Oe1JKDx4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cec7efe7-b295-4894-bfed-9ae82628379c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzN9.4AyrTwnFcF1Efm5CB7tPhA0omwNJC7JoJ45Oe1JKDx4 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f009ad0b-9aa5-4b6b-92bf-4aea64c86f5e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 167971,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzN9.4AyrTwnFcF1Efm5CB7tPhA0omwNJC7JoJ45Oe1JKDx4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 012808e6-5c8c-43d1-ba1b-26e9a2d40034 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"43c27-VgLwF5zk7wx8W6dJbv46JFkXhKk" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 69f051cc-30d7-4d9f-aad0-22f4533cec3c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-9TLWja/9yHLU78HPwAUsFO5aAZY" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzV9.wy-HBxUTI_x00ltofFCfJY2bquolIMHvv6we36dmrRc"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzV9.wy-HBxUTI_x00ltofFCfJY2bquolIMHvv6we36dmrRc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ff1ef41e-480e-402c-993e-eb6dfe03c7b0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzV9.wy-HBxUTI_x00ltofFCfJY2bquolIMHvv6we36dmrRc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bf20655e-223c-46f4-9f31-0f1d57e9d012 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-1OKrBFkmgQuMBm8FuejCxC5cT6k" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":157}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzV9.wy-HBxUTI_x00ltofFCfJY2bquolIMHvv6we36dmrRc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2fefae40-42d3-4778-abd5-f15fda91772c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7c3-4ewfUTyL6E989sUHXTl747Gt9EE" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:09.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-27T07:47:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:15.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T07:47:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzV9.wy-HBxUTI_x00ltofFCfJY2bquolIMHvv6we36dmrRc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 27623f9c-ae84-429a-9b59-e6aee848335b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzV9.wy-HBxUTI_x00ltofFCfJY2bquolIMHvv6we36dmrRc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 70894296-8b43-44f6-b2c2-58153903b246 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"94c-ES1QNEwlzBeCwqWzlVQLJIUtNlE" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:15.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T07:47:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":167971,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-27T07:47:10.000Z"}],"quatations":[]},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:09.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-27T07:47:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":167969,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-27T07:46:56.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzV9.wy-HBxUTI_x00ltofFCfJY2bquolIMHvv6we36dmrRc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b394daf9-6744-440b-9187-42ac49a3b78d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzV9.wy-HBxUTI_x00ltofFCfJY2bquolIMHvv6we36dmrRc |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 697e56af-07ab-4316-8791-377ba5ac9418 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":167971,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ca62d23d-2255-4c52-83c5-7f39e28e88da |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-DhHPcTs9VXV8VRyJrprMI5G/puw" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDAzOH0.dzHM0eR0EPids_G_NPn_EgL8eOQ62ER1kgaV3E0Y9tc"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDAzOH0.dzHM0eR0EPids_G_NPn_EgL8eOQ62ER1kgaV3E0Y9tc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 45ce8f15-84f6-4451-b7c2-689e0b8bd5f1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDAzOH0.dzHM0eR0EPids_G_NPn_EgL8eOQ62ER1kgaV3E0Y9tc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4bef19c8-b019-4cad-9f52-d81431a33130 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-3STAHoU6IqATU/r36Iu8SW+IlrE" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":157},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDAzOH0.dzHM0eR0EPids_G_NPn_EgL8eOQ62ER1kgaV3E0Y9tc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5390d6bd-dba4-4aa3-a49e-22b4feb8eda0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDAzOH0.dzHM0eR0EPids_G_NPn_EgL8eOQ62ER1kgaV3E0Y9tc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6cde6583-9999-4ed7-a887-4ef8f8d4b68e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"25ebe-lpm23wG2hd35omsWiKOsxAMx9sY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDAzOH0.dzHM0eR0EPids_G_NPn_EgL8eOQ62ER1kgaV3E0Y9tc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ff938804-d5d5-4f47-b7c3-85891ed4af1f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7df-CfAfq9eRbXxQVwUItzL2lcnYWio" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:18.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-27T07:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:17.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-27T07:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDAzOH0.dzHM0eR0EPids_G_NPn_EgL8eOQ62ER1kgaV3E0Y9tc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e870dbd4-dc51-435b-8f32-1a2e1d404092 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 167971
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDAzOH0.dzHM0eR0EPids_G_NPn_EgL8eOQ62ER1kgaV3E0Y9tc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9a8a99de-be31-473d-9e73-032b26d24818 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"407-9S6tAX4xwhExX3FL7Fe7CdAcF2Q" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:18.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-27T07:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 25138745-8e3f-4c05-8c2c-8fb1147041ca |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-TGXYRt30QOFuaOX4smkw1bDeImk" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDF9.8mDr9RFHDsS29noQXyW90rJUDcOoHUlQpg6y7DBIaK8"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6b002b9f-5810-4f04-ac44-d42ced9b6fbf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b499effd-4266-48bc-9df7-93e96180719b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-mQiM9GCWbWJNC64iAtzgLZ8AYmQ" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":429},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e4c8ddf4-1b9f-4fa1-ab54-61fc0784ce9b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1005 |
| ETag | W/"3ed-ca8x6Yn5JcX7uvZPaGteBPKKW30" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:20.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T07:47:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e97af51e-25c0-4a61-bc97-79a3306f2181 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1005 |
| ETag | W/"3ed-ca8x6Yn5JcX7uvZPaGteBPKKW30" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:20.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T07:47:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d5a665e4-fa5d-4e3c-9aba-4227b30bd749 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 167971
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | db80109e-d69a-436f-9c53-88798d888e56 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMjZ9.44otWn9gfofDumfwUwjifVdMrECH1fSJxibczsDC_PQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 257960dd-7659-4409-ae02-0cdead4345b7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 99858687-a6c0-4712-96cf-e959b6160a28 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-fcrffv51MAd2zeY2nOm5y/dtjYg" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 32f2c31d-15e8-41cb-8ad5-b79f3a1ca99f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 019f0dab-30f4-4f7b-804c-75e088a9036b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d4461bda-f6b4-418c-984d-824af14fbfc8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d5ed4d71-7770-4371-ba3b-cae32ce6226e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | af90ef03-1fcb-4212-afdd-d67adcb5fae3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 277697cf-8c86-4b55-844f-fe154cd63e6c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-dFTCRLZ0oAyOZ74vG94n4+YWh9g" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":429},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 726742c3-15bf-437e-9515-2a84e98176b5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 585be431-dd26-4d1e-ad58-af9730697add |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-dFTCRLZ0oAyOZ74vG94n4+YWh9g" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":429},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b876c104-e071-4946-888d-a7184096d5c1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ab7385db-dd2d-4b11-867a-02930b727881 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7071ccf1-ad53-43bf-953d-183de4dc107a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| randomnumber | 407 |
| randomFirstName | Reyes |
| randomLastName | Breitenberg |
| randomEmail | Darion.Hayes48@gmail.com |
| randomPhone | 549-499-7401 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 00cabfab-6172-4394-aafb-ff39de629c93 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1049 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Myrtie",
"last_name": "Von",
"mobile_number": "535-695-3663",
"mobile_number_alt": "",
"email_id": "Garry.Deckow@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"55820820197905",
"imei1": "55820820197905",
"imei2": "55820820197905",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-rdaPoMXX+k+oyxlV42KwipyFFJs" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":167989,"tr_customer_product_id":167979,"job_number":"JOB_167972"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| randomnumber | 259 |
| randomFirstName | Desmond |
| randomLastName | Kirlin |
| randomEmail | Sabrina.Reynolds@yahoo.com |
| randomPhone | 776-202-2325 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | baa735a4-8839-4e2c-9ace-945545c68f81 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1058 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Jany",
"last_name": "Reichert",
"mobile_number": "596-777-7702",
"mobile_number_alt": "",
"email_id": "Serenity.Olson37@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"64608626282832",
"imei1": "64608626282832",
"imei2": "64608626282832",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwMzN9.4AyrTwnFcF1Efm5CB7tPhA0omwNJC7JoJ45Oe1JKDx4 |
| randomnumber | 406 |
| randomFirstName | Houston |
| randomLastName | Gerlach |
| randomEmail | Laurianne43@hotmail.com |
| randomPhone | 626-522-9680 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6f8abe89-6301-475a-8807-20d9892d907c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1059 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Muhammad",
"last_name": "Frami",
"mobile_number": "225-363-4533",
"mobile_number_alt": "",
"email_id": "Madelynn_Davis67@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"82389217752172",
"imei1": "82389217752172",
"imei2": "82389217752172",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 100 |
| ETag | W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| randomnumber | 33 |
| randomFirstName | Claude |
| randomLastName | O'Keefe |
| randomEmail | Ezra6@yahoo.com |
| randomPhone | 935-925-8602 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 532873da-cb9a-48f8-8aae-4d70366fb099 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| randomnumber | 858 |
| randomFirstName | Preston |
| randomLastName | Bashirian |
| randomEmail | Raphael.Morissette40@gmail.com |
| randomPhone | 721-220-4188 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 02e799ec-876a-459b-b44f-51e8641e3576 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1032 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Polly",
"last_name": "Dare",
"mobile_number": "837-301-1806",
"mobile_number_alt": "",
"email_id": "Jaquelin80@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000727",
"imei1": "100000727",
"imei2": "100000727",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| randomnumber | 777 |
| randomFirstName | Courtney |
| randomLastName | Schroeder |
| randomEmail | Jesus6@yahoo.com |
| randomPhone | 367-226-3123 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b85381fe-6c51-4af9-be12-490ee7c58b85 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 65c60ff6-4135-4000-8f36-0d4f1b91f7f8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-rtyQi0Mi3b3PHhk5hcbdruwxJvE" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":430},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 534391d8-51cb-46a5-a691-27596d1c78ef |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"68342-ug18IwNfW7zBX2x6oR0KSX368vw" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:29.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T07:47:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:27.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1a91b589-e638-43c1-bcbe-21ad7535871b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 15fc4a97-2dfd-43a8-940a-ec936740d8b0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 60243923-c86f-4b58-8a81-1f2c81388f5d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-K0GSOQV8AXOgjamw2m/E+Fb6yWY" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTB9.GoNMeEALJhXlDOpqkwdNkj9SRabxr7Ql70dUQOmN96w"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTB9.GoNMeEALJhXlDOpqkwdNkj9SRabxr7Ql70dUQOmN96w |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a6207a3b-28da-49f7-8e3a-4c07422f5d9d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTB9.GoNMeEALJhXlDOpqkwdNkj9SRabxr7Ql70dUQOmN96w |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9e918c20-08ce-4431-9ac5-92e2126319ec |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-KvKwJs1OYeasFHAjQFJR46AJOUA" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":280},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f6f0740f-6da3-48da-bbba-837ccd5706ed |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"44004-ZbOKJhqlzRubk+AYDZNjq0eZ+pA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:27.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTB9.GoNMeEALJhXlDOpqkwdNkj9SRabxr7Ql70dUQOmN96w |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 64f90fcc-4f70-4d74-8e36-ef16ec6d2cc6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTB9.GoNMeEALJhXlDOpqkwdNkj9SRabxr7Ql70dUQOmN96w |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 01a0d046-57da-427e-bb3f-e5a383b3a654 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 167972,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTB9.GoNMeEALJhXlDOpqkwdNkj9SRabxr7Ql70dUQOmN96w |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 372899fc-04cd-4590-bdcc-62db54bda845 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"43c27-VgLwF5zk7wx8W6dJbv46JFkXhKk" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:32 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1cbf9f16-3e75-4765-a1a5-9c8a313d1b9f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-TFl96rAExc5ck10yJKyXP3evjwA" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTN9.V9S4foZ77tZqUnYaZYzfC4BtyxRewaZZ3nMFWeBTZjo"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTN9.V9S4foZ77tZqUnYaZYzfC4BtyxRewaZZ3nMFWeBTZjo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ab197a44-cde8-43ed-82ca-253b65bf1240 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTN9.V9S4foZ77tZqUnYaZYzfC4BtyxRewaZZ3nMFWeBTZjo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f943524e-052b-4f87-9d24-cbd7f9fd2396 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-oSfNZJgu/YcuvMSijzSZ7DtGrBI" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":159}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTN9.V9S4foZ77tZqUnYaZYzfC4BtyxRewaZZ3nMFWeBTZjo |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 06ec3e0b-9f47-4ba1-8a35-d94f57e8b728 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1004 |
| ETag | W/"3ec-XyrwKZ6CASOtrgVY51sTiNb1jKo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:32.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T07:47:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTN9.V9S4foZ77tZqUnYaZYzfC4BtyxRewaZZ3nMFWeBTZjo |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 90ca8540-358a-4768-90a6-c45437b54747 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTN9.V9S4foZ77tZqUnYaZYzfC4BtyxRewaZZ3nMFWeBTZjo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f19e64c3-31ca-41d9-839c-231e3ec03825 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"4a7-MCe6fhik0Se5RMC3c0U6m5gY8vA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:32.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T07:47:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":167972,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-27T07:47:27.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTN9.V9S4foZ77tZqUnYaZYzfC4BtyxRewaZZ3nMFWeBTZjo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5fdf61c7-686d-485a-82ec-90ed9ffa22e2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTN9.V9S4foZ77tZqUnYaZYzfC4BtyxRewaZZ3nMFWeBTZjo |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f506f704-f598-417c-bc99-d818a536f42c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":167972,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9108e580-5c4c-4088-b62e-689a42db8a28 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-ZZ5UrdHu2EmGG61BXoTfDkUOLuo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA1NX0.xqNeefIlx9L6KxYtF826sFbhleKg6bI3HwppJDwZLgg"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA1NX0.xqNeefIlx9L6KxYtF826sFbhleKg6bI3HwppJDwZLgg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bb90efd5-6cb0-47e6-9858-de80bea403cb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA1NX0.xqNeefIlx9L6KxYtF826sFbhleKg6bI3HwppJDwZLgg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f2f4777f-fb5a-488c-8ab4-235487fd0a51 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-KUN/evzfHJnTeD77x3G3M72awJo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":159},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA1NX0.xqNeefIlx9L6KxYtF826sFbhleKg6bI3HwppJDwZLgg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 18137a4e-6401-446c-ab72-9323ef8103f4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA1NX0.xqNeefIlx9L6KxYtF826sFbhleKg6bI3HwppJDwZLgg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c8dfdfc2-1d8c-4d2b-bd6f-c363c5a2924d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"26673-SsExn/enAcQYjkpfDGBKTeXh2oo" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA1NX0.xqNeefIlx9L6KxYtF826sFbhleKg6bI3HwppJDwZLgg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fc84986f-f66a-46d9-a0a8-6000c533c7e7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1018 |
| ETag | W/"3fa-6YjUmPC8y/tqCc4s6ZpFjo59YaY" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:37 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:35.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-27T07:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA1NX0.xqNeefIlx9L6KxYtF826sFbhleKg6bI3HwppJDwZLgg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 22d3154f-d5ca-41c4-9dc1-ef5162f075bd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 167972
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:37 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA1NX0.xqNeefIlx9L6KxYtF826sFbhleKg6bI3HwppJDwZLgg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 47d16105-2e6f-4111-baf5-3bc567bb1a84 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:38 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 67445aa3-eda0-4e26-a430-6d67361c67e3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-pIi8bXfw/+IjXbqgvXMugSSDtrU" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:38 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTh9.F8u-G2cyP6sTW9V4eTMKst4xupjraKeDmOG4kl_Zr04"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8999bf4e-e2bd-46d9-94d1-4842ff127fd0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:38 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4c6ac9bb-ca4a-475a-85ee-8f885ce3d1a8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-CrWCTkZE4KDWB/Lp0Bc+we4JCzM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:39 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":430},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b54f5690-0fcd-4e5d-bc25-7138dd886b2f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1009 |
| ETag | W/"3f1-wfHlbjK2uHD7YQ2gcVhbqUWPH0Y" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:39 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:37.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T07:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3ed73bb0-9ef6-40a7-a232-01542cfbab1f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1009 |
| ETag | W/"3f1-wfHlbjK2uHD7YQ2gcVhbqUWPH0Y" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:39 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:37.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T07:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2ee1c4e0-c1f8-4490-b251-9ab4d0c3f253 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 167972
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:40 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 69cf4e65-a2d3-4fb9-8d66-948773d42d8e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:40 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNDN9.m2tFDFmZGwqnaz2nOgnrtlU_DSjLaPjv9kS6EfoCSzc |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 17061536-5aad-4de2-8971-a9beeaee4af1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:40 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6b9885cc-b6a2-418a-82f7-4df385d4238a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-ySEKogQLxMbSzBJ1sS/W0MuLIGo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7ffc1d49-bb61-4335-ba63-567339eabde5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 73d1034f-abda-435c-834a-ac7f00c9f720 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2e52c766-2b1c-45a8-a7b6-8627ec48db45 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 32038d56-4bfb-4c6d-95b9-fd81a56b026c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7f3e053a-5c24-404e-a0b4-96c067d9924b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0b293a41-7a08-4971-8857-8945f56b61d2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-w/zAB0E1PbvFq4vHeMXAEobhyP4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":431},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d8d4b536-4469-44fd-9bd7-051dade03518 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:43 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1fdee6e7-e368-4514-bf6a-656dec502125 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-w/zAB0E1PbvFq4vHeMXAEobhyP4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:43 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":431},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 837fd257-6fd2-493c-ba2a-f71ef9cc86cf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:43 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f9f3eff0-9d21-4e45-8a99-2588ba664f9e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 34883ddf-7948-44ea-a06b-54bd22dd33f3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| randomnumber | 281 |
| randomFirstName | Lauriane |
| randomLastName | Ondricka |
| randomEmail | Seamus_Nikolaus2@gmail.com |
| randomPhone | 393-409-7974 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1834df49-f7b0-4a92-8f96-8d9e046cf19e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1052 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Tyra",
"last_name": "Bode",
"mobile_number": "345-387-5492",
"mobile_number_alt": "",
"email_id": "Vinnie_Hansen8@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"15467931154278",
"imei1": "15467931154278",
"imei2": "15467931154278",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-ZkcWEfTD08mkLoGuViZDncGRh6M" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":167992,"tr_customer_product_id":167982,"job_number":"JOB_167975"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| randomnumber | 511 |
| randomFirstName | Yvette |
| randomLastName | Nicolas |
| randomEmail | Dewitt_Abbott@yahoo.com |
| randomPhone | 324-675-7803 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 478ab807-fdc5-4617-89c9-43a0e0dfdd17 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1051 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Minerva",
"last_name": "Thompson",
"mobile_number": "987-905-6694",
"mobile_number_alt": "",
"email_id": "Sonny.Towne@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"4609236506556",
"imei1": "4609236506556",
"imei2": "4609236506556",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNTB9.GoNMeEALJhXlDOpqkwdNkj9SRabxr7Ql70dUQOmN96w |
| randomnumber | 751 |
| randomFirstName | Coralie |
| randomLastName | Beatty |
| randomEmail | Jaden_Jacobs32@gmail.com |
| randomPhone | 788-809-8663 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0c550065-fda5-4b14-b1bd-909100544964 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1055 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Lesly",
"last_name": "Torp",
"mobile_number": "396-225-9657",
"mobile_number_alt": "",
"email_id": "Wellington.Jenkins@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"89199460025232",
"imei1": "89199460025232",
"imei2": "89199460025232",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 100 |
| ETag | W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| randomnumber | 202 |
| randomFirstName | Trey |
| randomLastName | Durgan |
| randomEmail | Reggie72@yahoo.com |
| randomPhone | 552-749-2217 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 843da4ae-1028-4025-9022-23a2236898c2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| randomnumber | 863 |
| randomFirstName | Corene |
| randomLastName | Romaguera |
| randomEmail | Corbin.Nikolaus24@hotmail.com |
| randomPhone | 523-888-6215 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 51941b30-7696-4139-b8bb-79fa13262ecb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1041 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Grace",
"last_name": "Lehner",
"mobile_number": "383-737-4402",
"mobile_number_alt": "",
"email_id": "Rosanna_Ledner6@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000265",
"imei1": "100000265",
"imei2": "100000265",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| randomnumber | 82 |
| randomFirstName | Lavonne |
| randomLastName | Murray |
| randomEmail | Mavis_Williamson@gmail.com |
| randomPhone | 756-878-2381 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fe1b252e-e68a-495a-9986-114e95a1438d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1c6d29c1-c3a8-4d7b-817e-222dda9ba0ac |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-NAhNVskKXxKwVdajaYKmHGA9Too" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":433},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | eb5ba833-7708-46af-94c2-357465c27d77 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"68ef2-9MEwn1DDn/cJZOhbh92eLZ3CXuY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:47:42.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a5690e04-d860-4bf6-b7b2-f270faa6a369 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1defc599-0ecc-40e0-99da-8a68461f22a0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fe3c911a-b2dd-4b96-9f71-a3384c2fe74a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-+GNEpz5jaEz8bONkcyk1eqcwO6A" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjh9.lbWhR88xNaBzdBztdoHZErXg-QaakGTWLc0B6s9YKO0"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjh9.lbWhR88xNaBzdBztdoHZErXg-QaakGTWLc0B6s9YKO0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 43a610a0-ce21-4cc8-a0e5-a080d1f224c8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjh9.lbWhR88xNaBzdBztdoHZErXg-QaakGTWLc0B6s9YKO0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0df52d03-5de7-49d5-979b-22f5881ff4db |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-A3A+0fA23Hg8Js+lVsz/sOroS0w" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":282},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dc070817-c037-4a87-a3bd-4487046afb1f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"447db-LWCnhTWHLH08yyqz9P93DQpGLuI" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:47:42.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjh9.lbWhR88xNaBzdBztdoHZErXg-QaakGTWLc0B6s9YKO0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c67fb2a2-00da-4c25-a202-569f8ca631fb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjh9.lbWhR88xNaBzdBztdoHZErXg-QaakGTWLc0B6s9YKO0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 25e7ff88-419d-4666-b09b-ae95d9f78062 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 167975,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjh9.lbWhR88xNaBzdBztdoHZErXg-QaakGTWLc0B6s9YKO0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 168b5324-2bf1-45a6-9b06-260d932a5850 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"443fb-H9FTbBGYMlNnptC4UNwcbeAbkds" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167893,"job_number":"JOB_167893","tr_customer_id":167910,"tr_customer_product_id":167900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:01.000Z","modified_at":"2026-01-27T06:38:01.000Z","name":"Jonatan Boyle","mobile_number":"565-294-8891","email_id":"Domenica_Bosco@gmail.com","dop":"2000-01-31","serial_number":"1030009739899854","imei1":"1030009739899854","imei2":"1030009739899854","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167891,"job_number":"JOB_167891","tr_customer_id":167908,"tr_customer_product_id":167898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:59.000Z","modified_at":"2026-01-27T06:37:59.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10174215740446","imei1":"10174215740446","imei2":"10174215740446","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167887,"job_number":"JOB_167887","tr_customer_id":167904,"tr_customer_product_id":167894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:17.000Z","modified_at":"2026-01-27T06:37:17.000Z","name":"Phyllis Stoltenberg","mobile_number":"269-487-7127","email_id":"Enos.Ernser@yahoo.com","dop":"2000-01-31","serial_number":"1017361775799387","imei1":"1017361775799387","imei2":"1017361775799387","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:17.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167885,"job_number":"JOB_167885","tr_customer_id":167902,"tr_customer_product_id":167892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:15.000Z","modified_at":"2026-01-27T06:37:15.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10975522372856","imei1":"10975522372856","imei2":"10975522372856","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167876,"job_number":"JOB_167876","tr_customer_id":167893,"tr_customer_product_id":167883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:33.000Z","modified_at":"2026-01-27T06:36:33.000Z","name":"Princess Bartell","mobile_number":"610-243-2625","email_id":"Frederique.Nienow41@gmail.com","dop":"2000-01-31","serial_number":"1008582811372429","imei1":"1008582811372429","imei2":"1008582811372429","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167874,"job_number":"JOB_167874","tr_customer_id":167891,"tr_customer_product_id":167881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:31.000Z","modified_at":"2026-01-27T06:36:31.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10620499692264","imei1":"10620499692264","imei2":"10620499692264","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:31.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167868,"job_number":"JOB_167868","tr_customer_id":167885,"tr_customer_product_id":167875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:49.000Z","modified_at":"2026-01-27T06:35:49.000Z","name":"Marcelle Zieme","mobile_number":"348-753-9040","email_id":"Lottie_Schiller95@hotmail.com","dop":"2000-01-31","serial_number":"1044629435192454","imei1":"1044629435192454","imei2":"1044629435192454","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167866,"job_number":"JOB_167866","tr_customer_id":167883,"tr_customer_product_id":167873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:35:47.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10437737016874","imei1":"10437737016874","imei2":"10437737016874","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:47.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167726,"job_number":"JOB_167726","tr_customer_id":167743,"tr_customer_product_id":167733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:35.000Z","modified_at":"2026-01-27T03:59:35.000Z","name":"Ansel Durgan","mobile_number":"326-411-8036","email_id":"Geo.Bayer12@yahoo.com","dop":"2000-01-31","serial_number":"1040609851694983","imei1":"1040609851694983","imei2":"1040609851694983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167724,"job_number":"JOB_167724","tr_customer_id":167741,"tr_customer_product_id":167731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T03:59:34.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10756932133754","imei1":"10756932133754","imei2":"10756932133754","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167701,"job_number":"JOB_167701","tr_customer_id":167718,"tr_customer_product_id":167708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"Gilda Moore","mobile_number":"609-676-5261","email_id":"Wade_Bernier40@hotmail.com","dop":"2000-01-31","serial_number":"1014467587513357","imei1":"1014467587513357","imei2":"1014467587513357","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167697,"job_number":"JOB_167697","tr_customer_id":167714,"tr_customer_product_id":167704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10404146666771","imei1":"10404146666771","imei2":"10404146666771","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167660,"job_number":"JOB_167660","tr_customer_id":167677,"tr_customer_product_id":167667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Lilla Rodriguez","mobile_number":"471-903-4904","email_id":"Miracle77@hotmail.com","dop":"2000-01-31","serial_number":"1003103858390333","imei1":"1003103858390333","imei2":"1003103858390333","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167656,"job_number":"JOB_167656","tr_customer_id":167673,"tr_customer_product_id":167663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10368661501071","imei1":"10368661501071","imei2":"10368661501071","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167604,"job_number":"JOB_167604","tr_customer_id":167621,"tr_customer_product_id":167611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:22.000Z","modified_at":"2026-01-27T03:57:22.000Z","name":"Kathlyn Emard","mobile_number":"883-509-2132","email_id":"Flavie_Vandervort@hotmail.com","dop":"2000-01-31","serial_number":"1042892078118244","imei1":"1042892078118244","imei2":"1042892078118244","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167601,"job_number":"JOB_167601","tr_customer_id":167618,"tr_customer_product_id":167608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10001153009440","imei1":"10001153009440","imei2":"10001153009440","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":167974,"job_number":"JOB_167974","tr_customer_id":167991,"tr_customer_product_id":167981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:44.000Z","name":"Kristian Gibson","mobile_number":"551-888-9007","email_id":"Clement.Haag@hotmail.com","dop":"2025-04-06","serial_number":"19625716723951844","imei1":"19625716723951844","imei2":"19625716723951844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167973,"job_number":"JOB_167973","tr_customer_id":167990,"tr_customer_product_id":167980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:42.000Z","modified_at":"2026-01-27T07:47:42.000Z","name":"Arvel Kuhn","mobile_number":"615-319-7198","email_id":"Chaz_Robel@hotmail.com","dop":"2025-04-06","serial_number":"14431655523975","imei1":"14431655523975","imei2":"14431655523975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167970,"job_number":"JOB_167970","tr_customer_id":167987,"tr_customer_product_id":167977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:57.000Z","modified_at":"2026-01-27T07:46:57.000Z","name":"Addie Mertz","mobile_number":"296-519-9094","email_id":"Lambert.Bartoletti@hotmail.com","dop":"2025-04-06","serial_number":"10321152826079464","imei1":"10321152826079464","imei2":"10321152826079464","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:46:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167967,"job_number":"JOB_167967","tr_customer_id":167984,"tr_customer_product_id":167974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:34.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"16020089347172","imei1":"16020089347172","imei2":"16020089347172","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167965,"job_number":"JOB_167965","tr_customer_id":167982,"tr_customer_product_id":167972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"19818407352524","imei1":"19818407352524","imei2":"19818407352524","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167963,"job_number":"JOB_167963","tr_customer_id":167980,"tr_customer_product_id":167970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:44:58.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"13067462755559","imei1":"13067462755559","imei2":"13067462755559","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167961,"job_number":"JOB_167961","tr_customer_id":167978,"tr_customer_product_id":167968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:10.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"12826889896801","imei1":"12826889896801","imei2":"12826889896801","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:41:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167959,"job_number":"JOB_167959","tr_customer_id":167976,"tr_customer_product_id":167966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:40:54.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"12836241188214","imei1":"12836241188214","imei2":"12836241188214","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167957,"job_number":"JOB_167957","tr_customer_id":167974,"tr_customer_product_id":167964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:37.000Z","modified_at":"2026-01-27T07:40:37.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"17738472759011","imei1":"17738472759011","imei2":"17738472759011","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:40:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167950,"job_number":"JOB_167950","tr_customer_id":167967,"tr_customer_product_id":167957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:15.000Z","modified_at":"2026-01-27T07:05:15.000Z","name":"Kellie Lubowitz","mobile_number":"217-327-9980","email_id":"Selina_Pacocha9@yahoo.com","dop":"2025-04-06","serial_number":"14946686752066788","imei1":"14946686752066788","imei2":"14946686752066788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:05:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167948,"job_number":"JOB_167948","tr_customer_id":167965,"tr_customer_product_id":167955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:31.000Z","modified_at":"2026-01-27T07:04:31.000Z","name":"Miller Hagenes","mobile_number":"363-948-0072","email_id":"Antwon.Kiehn95@hotmail.com","dop":"2025-04-06","serial_number":"14549798314648444","imei1":"14549798314648444","imei2":"14549798314648444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:04:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167946,"job_number":"JOB_167946","tr_customer_id":167963,"tr_customer_product_id":167953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:46.000Z","modified_at":"2026-01-27T07:03:46.000Z","name":"Esperanza Roberts","mobile_number":"363-465-4153","email_id":"Cleo_Jacobi1@gmail.com","dop":"2025-04-06","serial_number":"18899724181012810","imei1":"18899724181012810","imei2":"18899724181012810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:03:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167943,"job_number":"JOB_167943","tr_customer_id":167960,"tr_customer_product_id":167950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:15.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"14875645655732","imei1":"14875645655732","imei2":"14875645655732","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167941,"job_number":"JOB_167941","tr_customer_id":167958,"tr_customer_product_id":167948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:53:57.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15533783976054","imei1":"15533783976054","imei2":"15533783976054","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167939,"job_number":"JOB_167939","tr_customer_id":167956,"tr_customer_product_id":167946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:39.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"14442504887526","imei1":"14442504887526","imei2":"14442504887526","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:53:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167938,"job_number":"JOB_167938","tr_customer_id":167955,"tr_customer_product_id":167945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:27.000Z","modified_at":"2026-01-27T06:51:27.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10931088604581","imei1":"10931088604581","imei2":"10931088604581","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167936,"job_number":"JOB_167936","tr_customer_id":167953,"tr_customer_product_id":167943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:25.000Z","modified_at":"2026-01-27T06:51:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11495474994629","imei1":"11495474994629","imei2":"11495474994629","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167935,"job_number":"JOB_167935","tr_customer_id":167952,"tr_customer_product_id":167942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:00.000Z","modified_at":"2026-01-27T06:51:00.000Z","name":"Abe Borer","mobile_number":"232-802-4714","email_id":"Alfreda56@hotmail.com","dop":"2025-04-06","serial_number":"14248653361242728","imei1":"14248653361242728","imei2":"14248653361242728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:51:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167933,"job_number":"JOB_167933","tr_customer_id":167950,"tr_customer_product_id":167940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:50:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16248942148525","imei1":"16248942148525","imei2":"16248942148525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167932,"job_number":"JOB_167932","tr_customer_id":167949,"tr_customer_product_id":167939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:42.000Z","modified_at":"2026-01-27T06:50:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"42969104263391","imei1":"42969104263391","imei2":"42969104263391","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167930,"job_number":"JOB_167930","tr_customer_id":167947,"tr_customer_product_id":167937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:50:40.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11366144519689","imei1":"11366144519689","imei2":"11366144519689","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167929,"job_number":"JOB_167929","tr_customer_id":167946,"tr_customer_product_id":167936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:13.000Z","modified_at":"2026-01-27T06:50:13.000Z","name":"Arno Kessler","mobile_number":"230-754-1794","email_id":"Stanley57@hotmail.com","dop":"2025-04-06","serial_number":"18194212640282856","imei1":"18194212640282856","imei2":"18194212640282856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167927,"job_number":"JOB_167927","tr_customer_id":167944,"tr_customer_product_id":167934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13203431323945","imei1":"13203431323945","imei2":"13203431323945","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167926,"job_number":"JOB_167926","tr_customer_id":167943,"tr_customer_product_id":167933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:54.000Z","modified_at":"2026-01-27T06:49:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"90321257518944","imei1":"90321257518944","imei2":"90321257518944","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167924,"job_number":"JOB_167924","tr_customer_id":167941,"tr_customer_product_id":167931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:49:52.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10934874410701","imei1":"10934874410701","imei2":"10934874410701","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167923,"job_number":"JOB_167923","tr_customer_id":167940,"tr_customer_product_id":167930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:30.000Z","modified_at":"2026-01-27T06:49:30.000Z","name":"Milton Bartell","mobile_number":"357-620-1896","email_id":"Kian46@hotmail.com","dop":"2025-04-06","serial_number":"17118551920422780","imei1":"17118551920422780","imei2":"17118551920422780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167921,"job_number":"JOB_167921","tr_customer_id":167938,"tr_customer_product_id":167928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:26.000Z","modified_at":"2026-01-27T06:49:26.000Z","name":"Garry Haag","mobile_number":"330-706-5364","email_id":"Lenna35@hotmail.com","dop":"2025-04-06","serial_number":"11179143080451844","imei1":"11179143080451844","imei2":"11179143080451844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167919,"job_number":"JOB_167919","tr_customer_id":167936,"tr_customer_product_id":167926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:49:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17402848540623","imei1":"17402848540623","imei2":"17402848540623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167918,"job_number":"JOB_167918","tr_customer_id":167935,"tr_customer_product_id":167925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:39.000Z","modified_at":"2026-01-27T06:44:39.000Z","name":"Golden Brown","mobile_number":"840-732-0041","email_id":"Hailie73@hotmail.com","dop":"2025-04-06","serial_number":"15818286366602872","imei1":"15818286366602872","imei2":"15818286366602872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167916,"job_number":"JOB_167916","tr_customer_id":167933,"tr_customer_product_id":167923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:44:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17063374650545","imei1":"17063374650545","imei2":"17063374650545","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167915,"job_number":"JOB_167915","tr_customer_id":167932,"tr_customer_product_id":167922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:18.000Z","modified_at":"2026-01-27T06:44:18.000Z","name":"Ariane Hamill","mobile_number":"398-734-1884","email_id":"Ryleigh.Tremblay42@hotmail.com","dop":"2025-04-06","serial_number":"10595233660109322","imei1":"10595233660109322","imei2":"10595233660109322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:44:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167913,"job_number":"JOB_167913","tr_customer_id":167930,"tr_customer_product_id":167920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:51.000Z","modified_at":"2026-01-27T06:43:51.000Z","name":"Serenity Boyer","mobile_number":"339-974-1255","email_id":"Carleton.Marvin98@gmail.com","dop":"2025-04-06","serial_number":"15255955352476028","imei1":"15255955352476028","imei2":"15255955352476028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167911,"job_number":"JOB_167911","tr_customer_id":167928,"tr_customer_product_id":167918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:49.000Z","modified_at":"2026-01-27T06:43:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13742475805245","imei1":"13742475805245","imei2":"13742475805245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167910,"job_number":"JOB_167910","tr_customer_id":167927,"tr_customer_product_id":167917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:46.000Z","modified_at":"2026-01-27T06:43:46.000Z","name":"Percy Crist","mobile_number":"935-950-9106","email_id":"Krystel.Ankunding67@yahoo.com","dop":"2025-04-06","serial_number":"18545814363637170","imei1":"18545814363637170","imei2":"18545814363637170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167908,"job_number":"JOB_167908","tr_customer_id":167925,"tr_customer_product_id":167915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:44.000Z","modified_at":"2026-01-27T06:43:44.000Z","name":"Victor Schroeder","mobile_number":"473-540-3534","email_id":"Dexter_Marks@gmail.com","dop":"2025-04-06","serial_number":"16447744665311734","imei1":"16447744665311734","imei2":"16447744665311734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167906,"job_number":"JOB_167906","tr_customer_id":167923,"tr_customer_product_id":167913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:43:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15646928553703","imei1":"15646928553703","imei2":"15646928553703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167905,"job_number":"JOB_167905","tr_customer_id":167922,"tr_customer_product_id":167912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:03.000Z","modified_at":"2026-01-27T06:43:03.000Z","name":"Roy Aufderhar","mobile_number":"826-647-3721","email_id":"Sheila.Murphy83@yahoo.com","dop":"2025-04-06","serial_number":"10699411250399026","imei1":"10699411250399026","imei2":"10699411250399026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167903,"job_number":"JOB_167903","tr_customer_id":167920,"tr_customer_product_id":167910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:01.000Z","modified_at":"2026-01-27T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14958910419154","imei1":"14958910419154","imei2":"14958910419154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167902,"job_number":"JOB_167902","tr_customer_id":167919,"tr_customer_product_id":167909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:56.000Z","modified_at":"2026-01-27T06:42:56.000Z","name":"Ned Dach","mobile_number":"535-612-0082","email_id":"Adolfo_Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15430774571147254","imei1":"15430774571147254","imei2":"15430774571147254","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167900,"job_number":"JOB_167900","tr_customer_id":167917,"tr_customer_product_id":167907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:42:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17079659156633","imei1":"17079659156633","imei2":"17079659156633","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167899,"job_number":"JOB_167899","tr_customer_id":167916,"tr_customer_product_id":167906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:06.000Z","modified_at":"2026-01-27T06:42:06.000Z","name":"Lisa Zulauf","mobile_number":"250-618-8688","email_id":"Chelsea9@yahoo.com","dop":"2025-04-06","serial_number":"17611184738963124","imei1":"17611184738963124","imei2":"17611184738963124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167897,"job_number":"JOB_167897","tr_customer_id":167914,"tr_customer_product_id":167904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18231155699279","imei1":"18231155699279","imei2":"18231155699279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:42:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167896,"job_number":"JOB_167896","tr_customer_id":167913,"tr_customer_product_id":167903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:33.000Z","modified_at":"2026-01-27T06:38:33.000Z","name":"Marty Corkery","mobile_number":"727-204-3064","email_id":"Domenico.Huels@yahoo.com","dop":"2025-04-06","serial_number":"10948488540603988","imei1":"10948488540603988","imei2":"10948488540603988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167894,"job_number":"JOB_167894","tr_customer_id":167911,"tr_customer_product_id":167901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:31.000Z","modified_at":"2026-01-27T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14777744687360","imei1":"14777744687360","imei2":"14777744687360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167890,"job_number":"JOB_167890","tr_customer_id":167907,"tr_customer_product_id":167897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:49.000Z","modified_at":"2026-01-27T06:37:49.000Z","name":"Davion Gaylord","mobile_number":"478-883-2288","email_id":"Alejandrin_OKeefe47@gmail.com","dop":"2025-04-06","serial_number":"11487920209396314","imei1":"11487920209396314","imei2":"11487920209396314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167888,"job_number":"JOB_167888","tr_customer_id":167905,"tr_customer_product_id":167895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:37:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10244847596438","imei1":"10244847596438","imei2":"10244847596438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167884,"job_number":"JOB_167884","tr_customer_id":167901,"tr_customer_product_id":167891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Wyatt Friesen","mobile_number":"592-951-6370","email_id":"Willard57@yahoo.com","dop":"2025-04-06","serial_number":"18984968440466710","imei1":"18984968440466710","imei2":"18984968440466710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167883,"job_number":"JOB_167883","tr_customer_id":167900,"tr_customer_product_id":167890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:04.000Z","modified_at":"2026-01-27T06:37:04.000Z","name":"Avis Fadel","mobile_number":"908-634-0138","email_id":"Norene.Raynor@gmail.com","dop":"2025-04-06","serial_number":"18320246082397332","imei1":"18320246082397332","imei2":"18320246082397332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167880,"job_number":"JOB_167880","tr_customer_id":167897,"tr_customer_product_id":167887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15941554825756","imei1":"15941554825756","imei2":"15941554825756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167879,"job_number":"JOB_167879","tr_customer_id":167896,"tr_customer_product_id":167886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:02.000Z","modified_at":"2026-01-27T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12797132248973","imei1":"12797132248973","imei2":"12797132248973","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167877,"job_number":"JOB_167877","tr_customer_id":167894,"tr_customer_product_id":167884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:36:42.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"16171174787922","imei1":"16171174787922","imei2":"16171174787922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167873,"job_number":"JOB_167873","tr_customer_id":167890,"tr_customer_product_id":167880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:17.000Z","modified_at":"2026-01-27T06:36:17.000Z","name":"Maye Rodriguez","mobile_number":"655-525-8401","email_id":"Edward.Walsh28@gmail.com","dop":"2025-04-06","serial_number":"18172135488968240","imei1":"18172135488968240","imei2":"18172135488968240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167871,"job_number":"JOB_167871","tr_customer_id":167888,"tr_customer_product_id":167878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:15.000Z","modified_at":"2026-01-27T06:36:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18948317579051","imei1":"18948317579051","imei2":"18948317579051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:36:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167869,"job_number":"JOB_167869","tr_customer_id":167886,"tr_customer_product_id":167876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:54.000Z","modified_at":"2026-01-27T06:35:54.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17324433358007","imei1":"17324433358007","imei2":"17324433358007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167865,"job_number":"JOB_167865","tr_customer_id":167882,"tr_customer_product_id":167872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:30.000Z","modified_at":"2026-01-27T06:35:30.000Z","name":"Omer Maggio","mobile_number":"655-959-8696","email_id":"Hershel99@gmail.com","dop":"2025-04-06","serial_number":"11488347981559736","imei1":"11488347981559736","imei2":"11488347981559736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167863,"job_number":"JOB_167863","tr_customer_id":167880,"tr_customer_product_id":167870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:28.000Z","modified_at":"2026-01-27T06:35:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12322716487394","imei1":"12322716487394","imei2":"12322716487394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167861,"job_number":"JOB_167861","tr_customer_id":167878,"tr_customer_product_id":167868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:06.000Z","modified_at":"2026-01-27T06:35:06.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17343592327259","imei1":"17343592327259","imei2":"17343592327259","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167860,"job_number":"JOB_167860","tr_customer_id":167877,"tr_customer_product_id":167867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:28.000Z","modified_at":"2026-01-27T06:34:28.000Z","name":"Felton Jones","mobile_number":"461-830-5368","email_id":"Donald_Muller@gmail.com","dop":"2025-04-06","serial_number":"15954666796721888","imei1":"15954666796721888","imei2":"15954666796721888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:34:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167857,"job_number":"JOB_167857","tr_customer_id":167874,"tr_customer_product_id":167864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:17.000Z","modified_at":"2026-01-27T06:32:17.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12347251322045","imei2":"12347251322045","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167855,"job_number":"JOB_167855","tr_customer_id":167872,"tr_customer_product_id":167862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:04.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14206461523702","imei2":"14206461523702","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167854,"job_number":"JOB_167854","tr_customer_id":167871,"tr_customer_product_id":167861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:52.000Z","modified_at":"2026-01-27T06:31:52.000Z","name":"Sadye Sipes","mobile_number":"779-875-8270","email_id":"Ebony.Hirthe@gmail.com","dop":"2025-04-06","serial_number":"10349692400180752","imei1":"10349692400180752","imei2":"10349692400180752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167852,"job_number":"JOB_167852","tr_customer_id":167869,"tr_customer_product_id":167859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:31:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11373056543091","imei1":"11373056543091","imei2":"11373056543091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167850,"job_number":"JOB_167850","tr_customer_id":167867,"tr_customer_product_id":167857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:31:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10477906422672","imei2":"10477906422672","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167849,"job_number":"JOB_167849","tr_customer_id":167866,"tr_customer_product_id":167856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:05.000Z","modified_at":"2026-01-27T06:31:05.000Z","name":"Giovani McKenzie","mobile_number":"898-307-0001","email_id":"Brady_Leannon@hotmail.com","dop":"2025-04-06","serial_number":"19451465414718350","imei1":"19451465414718350","imei2":"19451465414718350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167847,"job_number":"JOB_167847","tr_customer_id":167864,"tr_customer_product_id":167854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:03.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15985961373989","imei1":"15985961373989","imei2":"15985961373989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:31:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167845,"job_number":"JOB_167845","tr_customer_id":167862,"tr_customer_product_id":167852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:17.000Z","name":"Modesto Sauer","mobile_number":"424-849-3916","email_id":"Delilah_Treutel27@hotmail.com","dop":"2025-04-06","serial_number":"11996959230079538","imei1":"11996959230079538","imei2":"11996959230079538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167843,"job_number":"JOB_167843","tr_customer_id":167860,"tr_customer_product_id":167850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17339423269073","imei1":"17339423269073","imei2":"17339423269073","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:30:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167840,"job_number":"JOB_167840","tr_customer_id":167857,"tr_customer_product_id":167847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:06.000Z","modified_at":"2026-01-27T06:29:06.000Z","name":"Anastacio Ebert","mobile_number":"971-557-1170","email_id":"Reba3@hotmail.com","dop":"2025-04-06","serial_number":"14007303508030568","imei1":"14007303508030568","imei2":"14007303508030568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167838,"job_number":"JOB_167838","tr_customer_id":167855,"tr_customer_product_id":167845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19420379464284","imei1":"19420379464284","imei2":"19420379464284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167837,"job_number":"JOB_167837","tr_customer_id":167854,"tr_customer_product_id":167844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:23.000Z","modified_at":"2026-01-27T06:28:23.000Z","name":"Bobby Bogan","mobile_number":"519-540-8511","email_id":"Moriah.Torp35@gmail.com","dop":"2025-04-06","serial_number":"10461022854004748","imei1":"10461022854004748","imei2":"10461022854004748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167835,"job_number":"JOB_167835","tr_customer_id":167852,"tr_customer_product_id":167842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19904485216653","imei1":"19904485216653","imei2":"19904485216653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167834,"job_number":"JOB_167834","tr_customer_id":167851,"tr_customer_product_id":167841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:39.000Z","modified_at":"2026-01-27T06:27:39.000Z","name":"Hettie Brakus","mobile_number":"920-884-7742","email_id":"Lillian.Steuber98@gmail.com","dop":"2025-04-06","serial_number":"17652142820175848","imei1":"17652142820175848","imei2":"17652142820175848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167832,"job_number":"JOB_167832","tr_customer_id":167849,"tr_customer_product_id":167839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:27:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11615152671057","imei1":"11615152671057","imei2":"11615152671057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167831,"job_number":"JOB_167831","tr_customer_id":167848,"tr_customer_product_id":167838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:19.000Z","modified_at":"2026-01-27T06:26:19.000Z","name":"Lazaro Hoppe","mobile_number":"805-669-5412","email_id":"Leland_Hilpert@yahoo.com","dop":"2025-04-06","serial_number":"18267334371696710","imei1":"18267334371696710","imei2":"18267334371696710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167829,"job_number":"JOB_167829","tr_customer_id":167846,"tr_customer_product_id":167836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:26:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15802935641808","imei1":"15802935641808","imei2":"15802935641808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167828,"job_number":"JOB_167828","tr_customer_id":167845,"tr_customer_product_id":167835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:28.000Z","modified_at":"2026-01-27T06:25:28.000Z","name":"Ramon Hilll","mobile_number":"811-699-6550","email_id":"Brook56@gmail.com","dop":"2025-04-06","serial_number":"19695958491683900","imei1":"19695958491683900","imei2":"19695958491683900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167826,"job_number":"JOB_167826","tr_customer_id":167843,"tr_customer_product_id":167833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:26.000Z","modified_at":"2026-01-27T06:25:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12338518242380","imei1":"12338518242380","imei2":"12338518242380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167825,"job_number":"JOB_167825","tr_customer_id":167842,"tr_customer_product_id":167832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:37.000Z","modified_at":"2026-01-27T06:24:37.000Z","name":"Kaleb Beahan","mobile_number":"242-722-0254","email_id":"Sunny81@hotmail.com","dop":"2025-04-06","serial_number":"18555023955379372","imei1":"18555023955379372","imei2":"18555023955379372","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167823,"job_number":"JOB_167823","tr_customer_id":167840,"tr_customer_product_id":167830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:24:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11740984830074","imei1":"11740984830074","imei2":"11740984830074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:24:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167822,"job_number":"JOB_167822","tr_customer_id":167839,"tr_customer_product_id":167829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:49.000Z","modified_at":"2026-01-27T06:23:49.000Z","name":"Stefanie Lemke","mobile_number":"292-504-2515","email_id":"Kali24@gmail.com","dop":"2025-06-18","serial_number":"1067109977151928","imei1":"1067109977151928","imei2":"1067109977151928","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167820,"job_number":"JOB_167820","tr_customer_id":167837,"tr_customer_product_id":167827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:23:48.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10101267317766","imei1":"10101267317766","imei2":"10101267317766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167819,"job_number":"JOB_167819","tr_customer_id":167836,"tr_customer_product_id":167826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:06.000Z","modified_at":"2026-01-27T06:23:06.000Z","name":"Aniya Mueller","mobile_number":"546-393-9663","email_id":"Chanelle2@hotmail.com","dop":"2025-06-18","serial_number":"1072434199213766","imei1":"1072434199213766","imei2":"1072434199213766","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167817,"job_number":"JOB_167817","tr_customer_id":167834,"tr_customer_product_id":167824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"Dedrick Sawayn","mobile_number":"606-435-9603","email_id":"Cedrick18@gmail.com","dop":"2025-04-06","serial_number":"14284034712076870","imei1":"14284034712076870","imei2":"14284034712076870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167816,"job_number":"JOB_167816","tr_customer_id":167833,"tr_customer_product_id":167823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:05.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10590065726560","imei1":"10590065726560","imei2":"10590065726560","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:23:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167810,"job_number":"JOB_167810","tr_customer_id":167827,"tr_customer_product_id":167817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:32.000Z","modified_at":"2026-01-27T06:20:32.000Z","name":"Hipolito Hermiston","mobile_number":"643-640-8790","email_id":"Minnie50@yahoo.com","dop":"2025-04-06","serial_number":"16738148478419176","imei1":"16738148478419176","imei2":"16738148478419176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167808,"job_number":"JOB_167808","tr_customer_id":167825,"tr_customer_product_id":167815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:30.000Z","modified_at":"2026-01-27T06:20:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16491092711122","imei1":"16491092711122","imei2":"16491092711122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167801,"job_number":"JOB_167801","tr_customer_id":167818,"tr_customer_product_id":167808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:48.000Z","modified_at":"2026-01-27T06:19:48.000Z","name":"Clarissa Gerlach","mobile_number":"329-576-0565","email_id":"Amani46@hotmail.com","dop":"2025-04-06","serial_number":"19841535420662280","imei1":"19841535420662280","imei2":"19841535420662280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167799,"job_number":"JOB_167799","tr_customer_id":167816,"tr_customer_product_id":167806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:19:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18187635174485","imei1":"18187635174485","imei2":"18187635174485","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167798,"job_number":"JOB_167798","tr_customer_id":167815,"tr_customer_product_id":167805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:04.000Z","modified_at":"2026-01-27T06:19:04.000Z","name":"Brown Bednar","mobile_number":"861-977-4122","email_id":"Karlie_Green48@gmail.com","dop":"2025-04-06","serial_number":"18532545821601696","imei1":"18532545821601696","imei2":"18532545821601696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167796,"job_number":"JOB_167796","tr_customer_id":167813,"tr_customer_product_id":167803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11730143042933","imei1":"11730143042933","imei2":"11730143042933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:19:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167792,"job_number":"JOB_167792","tr_customer_id":167809,"tr_customer_product_id":167799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:40.000Z","modified_at":"2026-01-27T05:19:40.000Z","name":"Vella Smitham","mobile_number":"409-455-6807","email_id":"Theresa.Collins@gmail.com","dop":"2025-04-06","serial_number":"11657422336501164","imei1":"11657422336501164","imei2":"11657422336501164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167790,"job_number":"JOB_167790","tr_customer_id":167807,"tr_customer_product_id":167797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:38.000Z","modified_at":"2026-01-27T05:19:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12162921804378","imei1":"12162921804378","imei2":"12162921804378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167789,"job_number":"JOB_167789","tr_customer_id":167806,"tr_customer_product_id":167796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:55.000Z","modified_at":"2026-01-27T05:18:55.000Z","name":"Samantha Heidenreich","mobile_number":"264-977-5406","email_id":"Alanna.Keebler55@hotmail.com","dop":"2025-04-06","serial_number":"17862732445518564","imei1":"17862732445518564","imei2":"17862732445518564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167787,"job_number":"JOB_167787","tr_customer_id":167804,"tr_customer_product_id":167794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:53.000Z","modified_at":"2026-01-27T05:18:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17393390155661","imei1":"17393390155661","imei2":"17393390155661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167786,"job_number":"JOB_167786","tr_customer_id":167803,"tr_customer_product_id":167793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:10.000Z","modified_at":"2026-01-27T05:18:10.000Z","name":"Concepcion Kling","mobile_number":"485-572-1549","email_id":"Gwendolyn_Prohaska74@hotmail.com","dop":"2025-04-06","serial_number":"15864204710609916","imei1":"15864204710609916","imei2":"15864204710609916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167784,"job_number":"JOB_167784","tr_customer_id":167801,"tr_customer_product_id":167791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:08.000Z","modified_at":"2026-01-27T05:18:08.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18105688226137","imei1":"18105688226137","imei2":"18105688226137","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167783,"job_number":"JOB_167783","tr_customer_id":167800,"tr_customer_product_id":167790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:12.000Z","modified_at":"2026-01-27T05:01:12.000Z","name":"Lucinda Smith","mobile_number":"711-707-2038","email_id":"Raven_Tromp68@hotmail.com","dop":"2025-04-06","serial_number":"18435660998000900","imei1":"18435660998000900","imei2":"18435660998000900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167781,"job_number":"JOB_167781","tr_customer_id":167798,"tr_customer_product_id":167788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:54.000Z","modified_at":"2026-01-27T05:00:54.000Z","name":"Celia Hamill","mobile_number":"980-656-1254","email_id":"Jayme80@yahoo.com","dop":"2025-04-06","serial_number":"17093614278677168","imei1":"17093614278677168","imei2":"17093614278677168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T05:00:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167779,"job_number":"JOB_167779","tr_customer_id":167796,"tr_customer_product_id":167786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:11.000Z","modified_at":"2026-01-27T04:59:11.000Z","name":"Gene Effertz","mobile_number":"977-611-6671","email_id":"Javier.Rutherford@gmail.com","dop":"2025-04-06","serial_number":"19594496775397960","imei1":"19594496775397960","imei2":"19594496775397960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167777,"job_number":"JOB_167777","tr_customer_id":167794,"tr_customer_product_id":167784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:25.000Z","modified_at":"2026-01-27T04:58:25.000Z","name":"Tillman Schultz","mobile_number":"358-708-5320","email_id":"Helena_Kuhic@gmail.com","dop":"2025-04-06","serial_number":"13321667553343650","imei1":"13321667553343650","imei2":"13321667553343650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167775,"job_number":"JOB_167775","tr_customer_id":167792,"tr_customer_product_id":167782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:39.000Z","modified_at":"2026-01-27T04:57:39.000Z","name":"Diego Bayer","mobile_number":"665-414-9415","email_id":"Mara.Kreiger@gmail.com","dop":"2025-04-06","serial_number":"11332008650035692","imei1":"11332008650035692","imei2":"11332008650035692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167772,"job_number":"JOB_167772","tr_customer_id":167789,"tr_customer_product_id":167779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:51:55.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100099889244294","imei1":"100099889244294","imei2":"100099889244294","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167770,"job_number":"JOB_167770","tr_customer_id":167787,"tr_customer_product_id":167777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:41.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103498957615061","imei1":"103498957615061","imei2":"103498957615061","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:51:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167769,"job_number":"JOB_167769","tr_customer_id":167786,"tr_customer_product_id":167776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:32.000Z","modified_at":"2026-01-27T04:43:32.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"79668445389652","imei1":"79668445389652","imei2":"79668445389652","popurl":"2026-01-17T04:43:32.109403420Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167768,"job_number":"JOB_167768","tr_customer_id":167785,"tr_customer_product_id":167775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:07.000Z","modified_at":"2026-01-27T04:43:07.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-17","serial_number":"15444292375424","imei1":"15444292375424","imei2":"15444292375424","popurl":"2026-01-17T04:43:07.439793018Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167767,"job_number":"JOB_167767","tr_customer_id":167784,"tr_customer_product_id":167774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:05.000Z","modified_at":"2026-01-27T04:43:05.000Z","name":"Brycen Hartmann","mobile_number":"920-423-2523","email_id":"Billy38@yahoo.com","dop":"2025-04-06","serial_number":"17160575372195656","imei1":"17160575372195656","imei2":"17160575372195656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167765,"job_number":"JOB_167765","tr_customer_id":167782,"tr_customer_product_id":167772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:03.000Z","modified_at":"2026-01-27T04:43:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19948686107370","imei1":"19948686107370","imei2":"19948686107370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167764,"job_number":"JOB_167764","tr_customer_id":167781,"tr_customer_product_id":167771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:17.000Z","modified_at":"2026-01-27T04:42:17.000Z","name":"Jabari Wyman","mobile_number":"655-718-3360","email_id":"Roosevelt.Kunde@hotmail.com","dop":"2025-04-06","serial_number":"14727302101919016","imei1":"14727302101919016","imei2":"14727302101919016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167762,"job_number":"JOB_167762","tr_customer_id":167779,"tr_customer_product_id":167769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:15.000Z","modified_at":"2026-01-27T04:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18798652558941","imei1":"18798652558941","imei2":"18798652558941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167761,"job_number":"JOB_167761","tr_customer_id":167778,"tr_customer_product_id":167768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:29.000Z","modified_at":"2026-01-27T04:41:29.000Z","name":"Jonathon Kohler","mobile_number":"323-332-8852","email_id":"Hollis.Hegmann72@gmail.com","dop":"2025-04-06","serial_number":"16750184270928274","imei1":"16750184270928274","imei2":"16750184270928274","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167759,"job_number":"JOB_167759","tr_customer_id":167776,"tr_customer_product_id":167766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:41:27.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10503948481380","imei1":"10503948481380","imei2":"10503948481380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:41:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167755,"job_number":"JOB_167755","tr_customer_id":167772,"tr_customer_product_id":167762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40729081242918","imei1":"40729081242918","imei2":"40729081242918","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167754,"job_number":"JOB_167754","tr_customer_id":167771,"tr_customer_product_id":167761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"15031952061543","imei1":"15031952061543","imei2":"15031952061543","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167753,"job_number":"JOB_167753","tr_customer_id":167770,"tr_customer_product_id":167760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:07.000Z","modified_at":"2026-01-27T04:05:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46674199155380","imei1":"46674199155380","imei2":"46674199155380","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167752,"job_number":"JOB_167752","tr_customer_id":167769,"tr_customer_product_id":167759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13224128065911","imei1":"13224128065911","imei2":"13224128065911","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167751,"job_number":"JOB_167751","tr_customer_id":167768,"tr_customer_product_id":167758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73599827046103","imei1":"73599827046103","imei2":"73599827046103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167750,"job_number":"JOB_167750","tr_customer_id":167767,"tr_customer_product_id":167757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:06.000Z","modified_at":"2026-01-27T04:05:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12920615173484","imei1":"12920615173484","imei2":"12920615173484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167748,"job_number":"JOB_167748","tr_customer_id":167765,"tr_customer_product_id":167755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41394992103667","imei1":"41394992103667","imei2":"41394992103667","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167747,"job_number":"JOB_167747","tr_customer_id":167764,"tr_customer_product_id":167754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63891004325201","imei1":"63891004325201","imei2":"63891004325201","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167746,"job_number":"JOB_167746","tr_customer_id":167763,"tr_customer_product_id":167753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:35.000Z","modified_at":"2026-01-27T04:04:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53625626675668","imei1":"53625626675668","imei2":"53625626675668","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167745,"job_number":"JOB_167745","tr_customer_id":167762,"tr_customer_product_id":167752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46523212624438","imei1":"46523212624438","imei2":"46523212624438","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167744,"job_number":"JOB_167744","tr_customer_id":167761,"tr_customer_product_id":167751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84840740161320","imei1":"84840740161320","imei2":"84840740161320","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167743,"job_number":"JOB_167743","tr_customer_id":167760,"tr_customer_product_id":167750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:34.000Z","modified_at":"2026-01-27T04:04:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46488600950401","imei1":"46488600950401","imei2":"46488600950401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167741,"job_number":"JOB_167741","tr_customer_id":167758,"tr_customer_product_id":167748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18506977235583","imei1":"18506977235583","imei2":"18506977235583","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167740,"job_number":"JOB_167740","tr_customer_id":167757,"tr_customer_product_id":167747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25474750557996","imei1":"25474750557996","imei2":"25474750557996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167739,"job_number":"JOB_167739","tr_customer_id":167756,"tr_customer_product_id":167746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:03.000Z","modified_at":"2026-01-27T04:04:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23206692471066","imei1":"23206692471066","imei2":"23206692471066","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167738,"job_number":"JOB_167738","tr_customer_id":167755,"tr_customer_product_id":167745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69648210848652","imei1":"69648210848652","imei2":"69648210848652","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167737,"job_number":"JOB_167737","tr_customer_id":167754,"tr_customer_product_id":167744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87908979667028","imei1":"87908979667028","imei2":"87908979667028","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167736,"job_number":"JOB_167736","tr_customer_id":167753,"tr_customer_product_id":167743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:02.000Z","modified_at":"2026-01-27T04:04:02.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68750095402755","imei1":"68750095402755","imei2":"68750095402755","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:04:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167735,"job_number":"JOB_167735","tr_customer_id":167752,"tr_customer_product_id":167742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:26.000Z","modified_at":"2026-01-27T04:00:26.000Z","name":"Alessandro Klein","mobile_number":"249-949-3079","email_id":"Antonette_Ward49@hotmail.com","dop":"2025-04-06","serial_number":"16760489880667088","imei1":"16760489880667088","imei2":"16760489880667088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167733,"job_number":"JOB_167733","tr_customer_id":167750,"tr_customer_product_id":167740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:00:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11149211780437","imei1":"11149211780437","imei2":"11149211780437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167732,"job_number":"JOB_167732","tr_customer_id":167749,"tr_customer_product_id":167739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:00.000Z","modified_at":"2026-01-27T04:00:00.000Z","name":"Amparo Stroman","mobile_number":"652-396-9062","email_id":"Theodora_Cormier@yahoo.com","dop":"2025-04-06","serial_number":"12770672414828126","imei1":"12770672414828126","imei2":"12770672414828126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167730,"job_number":"JOB_167730","tr_customer_id":167747,"tr_customer_product_id":167737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T03:59:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16140328322120","imei1":"16140328322120","imei2":"16140328322120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167729,"job_number":"JOB_167729","tr_customer_id":167746,"tr_customer_product_id":167736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:41.000Z","modified_at":"2026-01-27T03:59:41.000Z","name":"Leonie Stoltenberg","mobile_number":"632-793-6650","email_id":"Lia98@yahoo.com","dop":"2025-04-06","serial_number":"18862572585037620","imei1":"18862572585037620","imei2":"18862572585037620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167727,"job_number":"JOB_167727","tr_customer_id":167744,"tr_customer_product_id":167734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T03:59:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18169069886721","imei1":"18169069886721","imei2":"18169069886721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167723,"job_number":"JOB_167723","tr_customer_id":167740,"tr_customer_product_id":167730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:27.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Larissa Wilderman","mobile_number":"612-596-5819","email_id":"Cassie_King98@yahoo.com","dop":"2025-04-06","serial_number":"17988825406305388","imei1":"17988825406305388","imei2":"17988825406305388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167721,"job_number":"JOB_167721","tr_customer_id":167738,"tr_customer_product_id":167728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T03:59:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11172627533643","imei1":"11172627533643","imei2":"11172627533643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167720,"job_number":"JOB_167720","tr_customer_id":167737,"tr_customer_product_id":167727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:15.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Baron Gleichner","mobile_number":"569-974-0764","email_id":"Tillman67@yahoo.com","dop":"2025-04-06","serial_number":"16696866616047820","imei1":"16696866616047820","imei2":"16696866616047820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167718,"job_number":"JOB_167718","tr_customer_id":167735,"tr_customer_product_id":167725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17008880227135","imei1":"17008880227135","imei2":"17008880227135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167714,"job_number":"JOB_167714","tr_customer_id":167731,"tr_customer_product_id":167721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:09.000Z","modified_at":"2026-01-27T03:59:09.000Z","name":"Gwendolyn Marquardt","mobile_number":"397-315-5494","email_id":"Ida.Block4@yahoo.com","dop":"2025-04-06","serial_number":"12069322754066996","imei1":"12069322754066996","imei2":"12069322754066996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167712,"job_number":"JOB_167712","tr_customer_id":167729,"tr_customer_product_id":167719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Rusty Rosenbaum","mobile_number":"266-273-5065","email_id":"Herminio31@hotmail.com","dop":"2025-04-06","serial_number":"10406673123257408","imei1":"10406673123257408","imei2":"10406673123257408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167711,"job_number":"JOB_167711","tr_customer_id":167728,"tr_customer_product_id":167718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11985838423999","imei1":"11985838423999","imei2":"11985838423999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167709,"job_number":"JOB_167709","tr_customer_id":167726,"tr_customer_product_id":167716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15598275721214","imei1":"15598275721214","imei2":"15598275721214","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167708,"job_number":"JOB_167708","tr_customer_id":167725,"tr_customer_product_id":167715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Betsy Beatty","mobile_number":"962-207-0290","email_id":"Bell.Orn3@gmail.com","dop":"2025-04-06","serial_number":"14434650120704726","imei1":"14434650120704726","imei2":"14434650120704726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167703,"job_number":"JOB_167703","tr_customer_id":167720,"tr_customer_product_id":167710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:58:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15568245128975","imei1":"15568245128975","imei2":"15568245128975","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167702,"job_number":"JOB_167702","tr_customer_id":167719,"tr_customer_product_id":167709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:51.000Z","modified_at":"2026-01-27T03:58:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14534040176453","imei1":"14534040176453","imei2":"14534040176453","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167698,"job_number":"JOB_167698","tr_customer_id":167715,"tr_customer_product_id":167705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:58:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18722576579872","imei1":"18722576579872","imei2":"18722576579872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167696,"job_number":"JOB_167696","tr_customer_id":167713,"tr_customer_product_id":167703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Kathryne Windler","mobile_number":"871-332-1922","email_id":"Irwin.Denesik@gmail.com","dop":"2025-04-06","serial_number":"11471488602647400","imei1":"11471488602647400","imei2":"11471488602647400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167695,"job_number":"JOB_167695","tr_customer_id":167712,"tr_customer_product_id":167702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:48.000Z","modified_at":"2026-01-27T03:58:48.000Z","name":"Thalia Volkman","mobile_number":"462-730-8924","email_id":"Hazel30@hotmail.com","dop":"2025-04-06","serial_number":"17868655623113104","imei1":"17868655623113104","imei2":"17868655623113104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167692,"job_number":"JOB_167692","tr_customer_id":167709,"tr_customer_product_id":167699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"16413009223480","imei1":"16413009223480","imei2":"16413009223480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167691,"job_number":"JOB_167691","tr_customer_id":167708,"tr_customer_product_id":167698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:58:46.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16061707656514","imei1":"16061707656514","imei2":"16061707656514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167689,"job_number":"JOB_167689","tr_customer_id":167706,"tr_customer_product_id":167696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Jamarcus Conn","mobile_number":"258-569-2257","email_id":"Olin94@gmail.com","dop":"2025-04-06","serial_number":"14336684273308248","imei1":"14336684273308248","imei2":"14336684273308248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167687,"job_number":"JOB_167687","tr_customer_id":167704,"tr_customer_product_id":167694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Keely Gleason","mobile_number":"753-466-1947","email_id":"Francisco23@gmail.com","dop":"2025-04-06","serial_number":"16512057136923444","imei1":"16512057136923444","imei2":"16512057136923444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167685,"job_number":"JOB_167685","tr_customer_id":167702,"tr_customer_product_id":167692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:58:40.000Z","name":"Conner Hilpert","mobile_number":"396-688-0700","email_id":"Gilda.Lynch@hotmail.com","dop":"2025-04-06","serial_number":"14712767531465108","imei1":"14712767531465108","imei2":"14712767531465108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167682,"job_number":"JOB_167682","tr_customer_id":167699,"tr_customer_product_id":167689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597778340898","imei1":"15597778340898","imei2":"15597778340898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167681,"job_number":"JOB_167681","tr_customer_id":167698,"tr_customer_product_id":167688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12578106237988","imei1":"12578106237988","imei2":"12578106237988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167679,"job_number":"JOB_167679","tr_customer_id":167696,"tr_customer_product_id":167686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:38.000Z","modified_at":"2026-01-27T03:58:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17290529992797","imei1":"17290529992797","imei2":"17290529992797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167678,"job_number":"JOB_167678","tr_customer_id":167695,"tr_customer_product_id":167685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:31.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Sabryna Prohaska","mobile_number":"474-710-1560","email_id":"Eleazar_Daniel46@gmail.com","dop":"2025-04-06","serial_number":"11237624186230580","imei1":"11237624186230580","imei2":"11237624186230580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167676,"job_number":"JOB_167676","tr_customer_id":167693,"tr_customer_product_id":167683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"Aida Cummings","mobile_number":"665-428-6820","email_id":"Beth_Reinger82@hotmail.com","dop":"2025-04-06","serial_number":"11263284855498930","imei1":"11263284855498930","imei2":"11263284855498930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167675,"job_number":"JOB_167675","tr_customer_id":167692,"tr_customer_product_id":167682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:29.000Z","modified_at":"2026-01-27T03:58:29.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17256386993031","imei1":"17256386993031","imei2":"17256386993031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167673,"job_number":"JOB_167673","tr_customer_id":167690,"tr_customer_product_id":167680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:58:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19734921860320","imei1":"19734921860320","imei2":"19734921860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167672,"job_number":"JOB_167672","tr_customer_id":167689,"tr_customer_product_id":167679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:25.000Z","modified_at":"2026-01-27T03:58:25.000Z","name":"Kamryn Grady","mobile_number":"862-360-9767","email_id":"Karli11@hotmail.com","dop":"2025-04-06","serial_number":"12026280895334058","imei1":"12026280895334058","imei2":"12026280895334058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167671,"job_number":"JOB_167671","tr_customer_id":167688,"tr_customer_product_id":167678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:24.000Z","modified_at":"2026-01-27T03:58:24.000Z","name":"Daphne Kub","mobile_number":"467-731-6481","email_id":"Jake_Mann14@hotmail.com","dop":"2025-04-06","serial_number":"14942007399332052","imei1":"14942007399332052","imei2":"14942007399332052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167669,"job_number":"JOB_167669","tr_customer_id":167686,"tr_customer_product_id":167676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:23.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19373817541206","imei1":"19373817541206","imei2":"19373817541206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167667,"job_number":"JOB_167667","tr_customer_id":167684,"tr_customer_product_id":167674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:22.000Z","modified_at":"2026-01-27T03:58:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17305399664989","imei1":"17305399664989","imei2":"17305399664989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167666,"job_number":"JOB_167666","tr_customer_id":167683,"tr_customer_product_id":167673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:20.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Tyler Watsica","mobile_number":"349-948-0788","email_id":"Bell.Nolan52@gmail.com","dop":"2025-04-06","serial_number":"13879215740009048","imei1":"13879215740009048","imei2":"13879215740009048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167664,"job_number":"JOB_167664","tr_customer_id":167681,"tr_customer_product_id":167671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14442196169883","imei1":"14442196169883","imei2":"14442196169883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167663,"job_number":"JOB_167663","tr_customer_id":167680,"tr_customer_product_id":167670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:16.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Francesca Murphy","mobile_number":"621-475-6586","email_id":"Shakira49@yahoo.com","dop":"2025-04-06","serial_number":"17519966068101636","imei1":"17519966068101636","imei2":"17519966068101636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167661,"job_number":"JOB_167661","tr_customer_id":167678,"tr_customer_product_id":167668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:14.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"19698683003812","imei1":"19698683003812","imei2":"19698683003812","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167659,"job_number":"JOB_167659","tr_customer_id":167676,"tr_customer_product_id":167666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:06.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51229279347468","imei1":"51229279347468","imei2":"51229279347468","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167655,"job_number":"JOB_167655","tr_customer_id":167672,"tr_customer_product_id":167662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13403960447968","imei1":"13403960447968","imei2":"13403960447968","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167654,"job_number":"JOB_167654","tr_customer_id":167671,"tr_customer_product_id":167661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Gerda Cormier","mobile_number":"613-921-9054","email_id":"Erwin.Rolfson@hotmail.com","dop":"2025-04-06","serial_number":"12704528046663076","imei1":"12704528046663076","imei2":"12704528046663076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167653,"job_number":"JOB_167653","tr_customer_id":167670,"tr_customer_product_id":167660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:04.000Z","modified_at":"2026-01-27T03:58:04.000Z","name":"Asha Torphy","mobile_number":"843-641-3938","email_id":"Isaac14@gmail.com","dop":"2025-04-06","serial_number":"10240867845893942","imei1":"10240867845893942","imei2":"10240867845893942","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167651,"job_number":"JOB_167651","tr_customer_id":167668,"tr_customer_product_id":167658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"18941925353118","imei1":"18941925353118","imei2":"18941925353118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167649,"job_number":"JOB_167649","tr_customer_id":167666,"tr_customer_product_id":167656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13548679991903","imei1":"13548679991903","imei2":"13548679991903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167648,"job_number":"JOB_167648","tr_customer_id":167665,"tr_customer_product_id":167655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Ena Skiles","mobile_number":"298-265-4144","email_id":"Carolyn.Daniel@gmail.com","dop":"2025-04-06","serial_number":"14437299231964732","imei1":"14437299231964732","imei2":"14437299231964732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167642,"job_number":"JOB_167642","tr_customer_id":167659,"tr_customer_product_id":167649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13690465004998","imei1":"13690465004998","imei2":"13690465004998","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167641,"job_number":"JOB_167641","tr_customer_id":167658,"tr_customer_product_id":167648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:57.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Louvenia Davis","mobile_number":"553-560-1286","email_id":"Schuyler_Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11329337661782124","imei1":"11329337661782124","imei2":"11329337661782124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167639,"job_number":"JOB_167639","tr_customer_id":167656,"tr_customer_product_id":167646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:57:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18017191928328","imei1":"18017191928328","imei2":"18017191928328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167638,"job_number":"JOB_167638","tr_customer_id":167655,"tr_customer_product_id":167645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:54.000Z","modified_at":"2026-01-27T03:57:54.000Z","name":"Reece Trantow","mobile_number":"302-541-3363","email_id":"Mack.Aufderhar@gmail.com","dop":"2025-04-06","serial_number":"17585914696480564","imei1":"17585914696480564","imei2":"17585914696480564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167636,"job_number":"JOB_167636","tr_customer_id":167653,"tr_customer_product_id":167643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:57:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12031893215833","imei1":"12031893215833","imei2":"12031893215833","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167630,"job_number":"JOB_167630","tr_customer_id":167647,"tr_customer_product_id":167637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Aryanna Schmidt","mobile_number":"786-202-1752","email_id":"Herta.Terry@hotmail.com","dop":"2025-04-06","serial_number":"19423229681970136","imei1":"19423229681970136","imei2":"19423229681970136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167628,"job_number":"JOB_167628","tr_customer_id":167645,"tr_customer_product_id":167635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:42.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15979907799204","imei2":"15979907799204","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167626,"job_number":"JOB_167626","tr_customer_id":167643,"tr_customer_product_id":167633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:57:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13397876407749","imei1":"13397876407749","imei2":"13397876407749","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167625,"job_number":"JOB_167625","tr_customer_id":167642,"tr_customer_product_id":167632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Juana Kuhn","mobile_number":"932-705-7734","email_id":"Will.Schinner@gmail.com","dop":"2025-04-06","serial_number":"12582442804487736","imei1":"12582442804487736","imei2":"12582442804487736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167624,"job_number":"JOB_167624","tr_customer_id":167641,"tr_customer_product_id":167631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:40.000Z","modified_at":"2026-01-27T03:57:40.000Z","name":"Carmelo Hudson","mobile_number":"287-770-1385","email_id":"Elmore_Wiegand26@gmail.com","dop":"2025-04-06","serial_number":"13661757631461158","imei1":"13661757631461158","imei2":"13661757631461158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167622,"job_number":"JOB_167622","tr_customer_id":167639,"tr_customer_product_id":167629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16786630480147","imei1":"16786630480147","imei2":"16786630480147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167620,"job_number":"JOB_167620","tr_customer_id":167637,"tr_customer_product_id":167627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:38.000Z","modified_at":"2026-01-27T03:57:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18682989177130","imei1":"18682989177130","imei2":"18682989177130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167619,"job_number":"JOB_167619","tr_customer_id":167636,"tr_customer_product_id":167626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:37.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Justice Stroman","mobile_number":"432-530-0600","email_id":"Edgar41@gmail.com","dop":"2025-05-30","serial_number":"1961560333862636","imei1":"1961560333862636","imei2":"1961560333862636","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167618,"job_number":"JOB_167618","tr_customer_id":167635,"tr_customer_product_id":167625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jerad Considine","mobile_number":"716-463-1971","email_id":"Karina_Mertz@yahoo.com","dop":"2025-04-06","serial_number":"17065802865327806","imei1":"17065802865327806","imei2":"17065802865327806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167617,"job_number":"JOB_167617","tr_customer_id":167634,"tr_customer_product_id":167624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Arlie Goyette","mobile_number":"774-884-8093","email_id":"Gabriella.Kiehn@gmail.com","dop":"2025-05-30","serial_number":"18680927987810","imei1":"18680927987810","imei2":"18680927987810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167616,"job_number":"JOB_167616","tr_customer_id":167633,"tr_customer_product_id":167623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:36.000Z","modified_at":"2026-01-27T03:57:36.000Z","name":"Jacinto Kerluke","mobile_number":"466-294-4601","email_id":"Isadore_Gerhold@hotmail.com","dop":"2025-06-18","serial_number":"1003114341051045","imei1":"1003114341051045","imei2":"1003114341051045","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167612,"job_number":"JOB_167612","tr_customer_id":167629,"tr_customer_product_id":167619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10855843315205","imei1":"10855843315205","imei2":"10855843315205","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167611,"job_number":"JOB_167611","tr_customer_id":167628,"tr_customer_product_id":167618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11217777692370","imei1":"11217777692370","imei2":"11217777692370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167608,"job_number":"JOB_167608","tr_customer_id":167625,"tr_customer_product_id":167615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:29.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10001369553073","imei2":"10001369553073","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167607,"job_number":"JOB_167607","tr_customer_id":167624,"tr_customer_product_id":167614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:28.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Jacey Collins","mobile_number":"944-652-7578","email_id":"Elfrieda.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"19632183660748910","imei1":"19632183660748910","imei2":"19632183660748910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167605,"job_number":"JOB_167605","tr_customer_id":167622,"tr_customer_product_id":167612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:26.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"19051448305296","imei1":"19051448305296","imei2":"19051448305296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167603,"job_number":"JOB_167603","tr_customer_id":167620,"tr_customer_product_id":167610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:21.000Z","modified_at":"2026-01-27T03:57:21.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68516838558450","imei1":"68516838558450","imei2":"68516838558450","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167599,"job_number":"JOB_167599","tr_customer_id":167616,"tr_customer_product_id":167606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:20.000Z","name":"Jeremy Herzog","mobile_number":"282-555-4118","email_id":"Ena.Bechtelar65@gmail.com","dop":"2025-04-06","serial_number":"10173421977002996","imei1":"10173421977002996","imei2":"10173421977002996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167597,"job_number":"JOB_167597","tr_customer_id":167614,"tr_customer_product_id":167604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19110931384626","imei1":"19110931384626","imei2":"19110931384626","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167595,"job_number":"JOB_167595","tr_customer_id":167612,"tr_customer_product_id":167602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11356138290626","imei1":"11356138290626","imei2":"11356138290626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167594,"job_number":"JOB_167594","tr_customer_id":167611,"tr_customer_product_id":167601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"Leanne Bergnaum","mobile_number":"640-423-3191","email_id":"Newton0@gmail.com","dop":"2025-04-06","serial_number":"16213996860965236","imei1":"16213996860965236","imei2":"16213996860965236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167592,"job_number":"JOB_167592","tr_customer_id":167609,"tr_customer_product_id":167599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12906189910328","imei2":"12906189910328","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167590,"job_number":"JOB_167590","tr_customer_id":167607,"tr_customer_product_id":167597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:16.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15246673098955","imei1":"15246673098955","imei2":"15246673098955","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167588,"job_number":"JOB_167588","tr_customer_id":167605,"tr_customer_product_id":167595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:14.000Z","modified_at":"2026-01-27T03:57:14.000Z","name":"Jarod Romaguera","mobile_number":"883-986-3014","email_id":"Veda.Langosh96@hotmail.com","dop":"2025-04-06","serial_number":"11033018324819376","imei1":"11033018324819376","imei2":"11033018324819376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167586,"job_number":"JOB_167586","tr_customer_id":167603,"tr_customer_product_id":167593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13215400182104","imei1":"13215400182104","imei2":"13215400182104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167585,"job_number":"JOB_167585","tr_customer_id":167602,"tr_customer_product_id":167592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:11.000Z","modified_at":"2026-01-27T03:57:11.000Z","name":"Emmy Fisher","mobile_number":"650-427-0306","email_id":"Duane_Lueilwitz57@gmail.com","dop":"2025-04-06","serial_number":"11336384071000982","imei1":"11336384071000982","imei2":"11336384071000982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167582,"job_number":"JOB_167582","tr_customer_id":167599,"tr_customer_product_id":167589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:02.000Z","modified_at":"2026-01-27T03:57:02.000Z","name":"Orrin O'Reilly","mobile_number":"946-754-6258","email_id":"Palma_Kassulke@hotmail.com","dop":"2025-04-06","serial_number":"18298148128893764","imei1":"18298148128893764","imei2":"18298148128893764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167578,"job_number":"JOB_167578","tr_customer_id":167595,"tr_customer_product_id":167585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:56.000Z","modified_at":"2026-01-27T03:56:56.000Z","name":"Gabrielle Lesch","mobile_number":"230-823-5194","email_id":"Modesta.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"18158410318607250","imei1":"18158410318607250","imei2":"18158410318607250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167576,"job_number":"JOB_167576","tr_customer_id":167593,"tr_customer_product_id":167583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15299749897933","imei1":"15299749897933","imei2":"15299749897933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167575,"job_number":"JOB_167575","tr_customer_id":167592,"tr_customer_product_id":167582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:56:54.000Z","name":"Shany Skiles","mobile_number":"343-313-8058","email_id":"Blaze70@hotmail.com","dop":"2025-04-06","serial_number":"15894210290610844","imei1":"15894210290610844","imei2":"15894210290610844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167574,"job_number":"JOB_167574","tr_customer_id":167591,"tr_customer_product_id":167581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:53.000Z","modified_at":"2026-01-27T03:56:53.000Z","name":"Mertie Bruen","mobile_number":"690-491-2264","email_id":"Zion.Goyette@hotmail.com","dop":"2025-04-06","serial_number":"15584272345159952","imei1":"15584272345159952","imei2":"15584272345159952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167572,"job_number":"JOB_167572","tr_customer_id":167589,"tr_customer_product_id":167579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:56:52.000Z","name":"Vicky Haag","mobile_number":"371-669-9415","email_id":"Braden83@yahoo.com","dop":"2025-04-06","serial_number":"17866526886439260","imei1":"17866526886439260","imei2":"17866526886439260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167570,"job_number":"JOB_167570","tr_customer_id":167587,"tr_customer_product_id":167577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12442143109962","imei1":"12442143109962","imei2":"12442143109962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167569,"job_number":"JOB_167569","tr_customer_id":167586,"tr_customer_product_id":167576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:56:51.000Z","name":"Brionna Lakin","mobile_number":"382-873-6677","email_id":"Desiree.Carroll36@gmail.com","dop":"2025-06-18","serial_number":"1066996724856225","imei1":"1066996724856225","imei2":"1066996724856225","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167566,"job_number":"JOB_167566","tr_customer_id":167583,"tr_customer_product_id":167573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:56:50.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10377252459264","imei1":"10377252459264","imei2":"10377252459264","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167565,"job_number":"JOB_167565","tr_customer_id":167582,"tr_customer_product_id":167572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:49.000Z","modified_at":"2026-01-27T03:56:49.000Z","name":"Julie Welch","mobile_number":"571-317-7787","email_id":"Raymond93@hotmail.com","dop":"2025-04-06","serial_number":"19012616646092010","imei1":"19012616646092010","imei2":"19012616646092010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167563,"job_number":"JOB_167563","tr_customer_id":167580,"tr_customer_product_id":167570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:41.000Z","modified_at":"2026-01-27T03:56:41.000Z","name":"Lisandro Bruen","mobile_number":"911-424-7644","email_id":"Jodie_Romaguera@gmail.com","dop":"2025-04-06","serial_number":"13282450462299732","imei1":"13282450462299732","imei2":"13282450462299732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167561,"job_number":"JOB_167561","tr_customer_id":167578,"tr_customer_product_id":167568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:56:40.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"13427742008225","imei1":"13427742008225","imei2":"13427742008225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167559,"job_number":"JOB_167559","tr_customer_id":167576,"tr_customer_product_id":167566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:28.000Z","modified_at":"2026-01-27T03:56:28.000Z","name":"Deron Sanford","mobile_number":"639-632-3468","email_id":"Rey.Kiehn35@yahoo.com","dop":"2025-04-06","serial_number":"18509899910406510","imei1":"18509899910406510","imei2":"18509899910406510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167556,"job_number":"JOB_167556","tr_customer_id":167573,"tr_customer_product_id":167563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:19.000Z","modified_at":"2026-01-27T03:05:19.000Z","name":"Alvena Williamson","mobile_number":"423-695-9416","email_id":"Ralph_Daniel99@gmail.com","dop":"2025-04-06","serial_number":"13929952924531452","imei1":"13929952924531452","imei2":"13929952924531452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167554,"job_number":"JOB_167554","tr_customer_id":167571,"tr_customer_product_id":167561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:17.000Z","modified_at":"2026-01-27T03:05:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14795401254556","imei1":"14795401254556","imei2":"14795401254556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167553,"job_number":"JOB_167553","tr_customer_id":167570,"tr_customer_product_id":167560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:37.000Z","modified_at":"2026-01-27T03:04:37.000Z","name":"Donato Labadie","mobile_number":"458-864-3903","email_id":"Osbaldo.Skiles@yahoo.com","dop":"2025-04-06","serial_number":"16685826357599888","imei1":"16685826357599888","imei2":"16685826357599888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167551,"job_number":"JOB_167551","tr_customer_id":167568,"tr_customer_product_id":167558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:04:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11769976971366","imei1":"11769976971366","imei2":"11769976971366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:04:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167550,"job_number":"JOB_167550","tr_customer_id":167567,"tr_customer_product_id":167557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:54.000Z","modified_at":"2026-01-27T03:03:54.000Z","name":"Jayce Olson","mobile_number":"471-289-5640","email_id":"Sister83@gmail.com","dop":"2025-04-06","serial_number":"16134674822616796","imei1":"16134674822616796","imei2":"16134674822616796","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167548,"job_number":"JOB_167548","tr_customer_id":167565,"tr_customer_product_id":167555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:03:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14540231857564","imei1":"14540231857564","imei2":"14540231857564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167543,"job_number":"JOB_167543","tr_customer_id":167560,"tr_customer_product_id":167550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T01:31:06.000Z","modified_at":"2026-01-27T01:31:06.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-17","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-17T01:31:05.469619446Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T01:31:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167542,"job_number":"JOB_167542","tr_customer_id":167559,"tr_customer_product_id":167549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:44:15.000Z","modified_at":"2026-01-26T23:44:15.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-16T23:44:14.816301966Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167541,"job_number":"JOB_167541","tr_customer_id":167558,"tr_customer_product_id":167548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:50.000Z","modified_at":"2026-01-26T23:41:50.000Z","name":"Chaturbhuj Asan","mobile_number":"7096793640","email_id":"rati.shukla@yahoo.co.in","dop":"2026-01-16","serial_number":"765332067084013","imei1":"765332067084013","imei2":"765332067084013","popurl":"www.abhisyanta-mishra.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167540,"job_number":"JOB_167540","tr_customer_id":167557,"tr_customer_product_id":167547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T23:41:49.000Z","modified_at":"2026-01-26T23:41:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-16","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-16T23:41:49.233421871Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T23:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167539,"job_number":"JOB_167539","tr_customer_id":167556,"tr_customer_product_id":167546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:41.000Z","modified_at":"2026-01-26T20:34:41.000Z","name":"Zulminan Ahmed","mobile_number":"9876543210","email_id":"ahmedzulminan@gmail.com","dop":"2026-01-16","serial_number":"86991365683924","imei1":"86991365683924","imei2":"86991365683924","popurl":"2026-01-16T20:34:41.725781Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167538,"job_number":"JOB_167538","tr_customer_id":167555,"tr_customer_product_id":167545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:34:39.000Z","modified_at":"2026-01-26T20:34:39.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191116","imei1":"13549925191116","imei2":"13549925191116","popurl":"2026-01-21T20:34:38.309420072Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:34:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167537,"job_number":"JOB_167537","tr_customer_id":167554,"tr_customer_product_id":167544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T20:26:19.000Z","modified_at":"2026-01-26T20:26:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191115","imei1":"13549925191115","imei2":"13549925191115","popurl":"2026-01-21T20:26:18.793331516Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T20:26:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167536,"job_number":"JOB_167536","tr_customer_id":167553,"tr_customer_product_id":167543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:55:51.000Z","modified_at":"2026-01-26T19:55:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191114","imei1":"13549925191114","imei2":"13549925191114","popurl":"2026-01-21T19:55:50.501349002Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167535,"job_number":"JOB_167535","tr_customer_id":167552,"tr_customer_product_id":167542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:49:19.000Z","modified_at":"2026-01-26T19:49:19.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191113","imei1":"13549925191113","imei2":"13549925191113","popurl":"2026-01-21T19:49:19.462367500Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167534,"job_number":"JOB_167534","tr_customer_id":167551,"tr_customer_product_id":167541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-26T19:47:51.000Z","modified_at":"2026-01-26T19:47:51.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-21","serial_number":"13549925191112","imei1":"13549925191112","imei2":"13549925191112","popurl":"2026-01-21T19:47:51.047536695Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-26T19:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167956,"job_number":"JOB_167956","tr_customer_id":167973,"tr_customer_product_id":167963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:36:05.000Z","modified_at":"2026-01-27T07:36:05.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Bernita92@hotmail.com","dop":"2025-07-02","serial_number":"19468135399299","imei1":"19468135399299","imei2":"19468135399299","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167955,"job_number":"JOB_167955","tr_customer_id":167972,"tr_customer_product_id":167962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:45.000Z","modified_at":"2026-01-27T07:35:45.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Markus_Morar4@gmail.com","dop":"2025-07-02","serial_number":"11330791329777","imei1":"11330791329777","imei2":"11330791329777","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167954,"job_number":"JOB_167954","tr_customer_id":167971,"tr_customer_product_id":167961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:35:24.000Z","modified_at":"2026-01-27T07:35:24.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Jovan_Lakin@yahoo.com","dop":"2025-07-02","serial_number":"12311241407709","imei1":"12311241407709","imei2":"12311241407709","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T07:35:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167813,"job_number":"JOB_167813","tr_customer_id":167830,"tr_customer_product_id":167820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:34.000Z","modified_at":"2026-01-27T06:20:34.000Z","name":"Sonny Turner","mobile_number":"799-958-6159","email_id":"Donna.MacGyver@yahoo.com","dop":"2025-06-09","serial_number":"103029682528025","imei1":"103029682528025","imei2":"103029682528025","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167811,"job_number":"JOB_167811","tr_customer_id":167828,"tr_customer_product_id":167818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100068897076486","imei1":"100068897076486","imei2":"100068897076486","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167807,"job_number":"JOB_167807","tr_customer_id":167824,"tr_customer_product_id":167814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:18.000Z","modified_at":"2026-01-27T06:20:18.000Z","name":"Adan Padberg","mobile_number":"624-381-5378","email_id":"Jessika.Roob@hotmail.com","dop":"2025-06-09","serial_number":"101487988748895","imei1":"101487988748895","imei2":"101487988748895","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167805,"job_number":"JOB_167805","tr_customer_id":167822,"tr_customer_product_id":167812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:17.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107185650913150","imei1":"107185650913150","imei2":"107185650913150","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167804,"job_number":"JOB_167804","tr_customer_id":167821,"tr_customer_product_id":167811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:02.000Z","modified_at":"2026-01-27T06:20:02.000Z","name":"Margarete Runolfsson","mobile_number":"585-678-2135","email_id":"Neha_McCullough@yahoo.com","dop":"2025-06-09","serial_number":"102551438914382","imei1":"102551438914382","imei2":"102551438914382","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167802,"job_number":"JOB_167802","tr_customer_id":167819,"tr_customer_product_id":167809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:01.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"101552759016705","imei1":"101552759016705","imei2":"101552759016705","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T06:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167758,"job_number":"JOB_167758","tr_customer_id":167775,"tr_customer_product_id":167765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:13.000Z","modified_at":"2026-01-27T04:39:13.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19392864251321","imei1":"19392864251321","imei2":"19392864251321","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167717,"job_number":"JOB_167717","tr_customer_id":167734,"tr_customer_product_id":167724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:13.000Z","name":"Emie Greenholt","mobile_number":"985-658-9900","email_id":"Rod41@hotmail.com","dop":"2025-06-09","serial_number":"105938978155234","imei1":"105938978155234","imei2":"105938978155234","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167715,"job_number":"JOB_167715","tr_customer_id":167732,"tr_customer_product_id":167722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:12.000Z","modified_at":"2026-01-27T03:59:12.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109186152508815","imei1":"109186152508815","imei2":"109186152508815","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167707,"job_number":"JOB_167707","tr_customer_id":167724,"tr_customer_product_id":167714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Fermin Morar","mobile_number":"734-674-9275","email_id":"Monica.Schroeder@hotmail.com","dop":"2025-06-09","serial_number":"109431696412298","imei1":"109431696412298","imei2":"109431696412298","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167705,"job_number":"JOB_167705","tr_customer_id":167722,"tr_customer_product_id":167712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:58:57.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108554028495768","imei1":"108554028495768","imei2":"108554028495768","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167690,"job_number":"JOB_167690","tr_customer_id":167707,"tr_customer_product_id":167697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"Yasmine O'Conner","mobile_number":"276-226-2059","email_id":"Micheal.Langworth@hotmail.com","dop":"2025-06-09","serial_number":"104117836226352","imei1":"104117836226352","imei2":"104117836226352","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167686,"job_number":"JOB_167686","tr_customer_id":167703,"tr_customer_product_id":167693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:41.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109429601299068","imei1":"109429601299068","imei2":"109429601299068","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167647,"job_number":"JOB_167647","tr_customer_id":167664,"tr_customer_product_id":167654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:59.000Z","modified_at":"2026-01-27T03:57:59.000Z","name":"Royce Douglas","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"187031398724326","imei1":"187031398724326","imei2":"187031398724326","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167646,"job_number":"JOB_167646","tr_customer_id":167663,"tr_customer_product_id":167653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"George Wehner","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"162741629655708","imei1":"162741629655708","imei2":"162741629655708","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167645,"job_number":"JOB_167645","tr_customer_id":167662,"tr_customer_product_id":167652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Joesph Wisozk","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"180299567372427","imei1":"180299567372427","imei2":"180299567372427","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167644,"job_number":"JOB_167644","tr_customer_id":167661,"tr_customer_product_id":167651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:57:58.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"160947787121403","imei1":"160947787121403","imei2":"160947787121403","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167635,"job_number":"JOB_167635","tr_customer_id":167652,"tr_customer_product_id":167642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Kayley Cartwright","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"142568640052876","imei1":"142568640052876","imei2":"142568640052876","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167634,"job_number":"JOB_167634","tr_customer_id":167651,"tr_customer_product_id":167641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Constantin Jones","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114120787849256","imei1":"114120787849256","imei2":"114120787849256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167632,"job_number":"JOB_167632","tr_customer_id":167649,"tr_customer_product_id":167639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Krystel Mertz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169905397032309","imei1":"169905397032309","imei2":"169905397032309","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167631,"job_number":"JOB_167631","tr_customer_id":167648,"tr_customer_product_id":167638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:46.000Z","modified_at":"2026-01-27T03:57:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113592422631647","imei1":"113592422631647","imei2":"113592422631647","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167610,"job_number":"JOB_167610","tr_customer_id":167627,"tr_customer_product_id":167617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:32.000Z","modified_at":"2026-01-27T03:57:32.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Kim_Senger19@yahoo.com","dop":"2025-07-02","serial_number":"14478206148415","imei1":"14478206148415","imei2":"14478206148415","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167589,"job_number":"JOB_167589","tr_customer_id":167606,"tr_customer_product_id":167596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:15.000Z","modified_at":"2026-01-27T03:57:15.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Kelsi_Schiller40@hotmail.com","dop":"2025-07-02","serial_number":"18330157911715","imei1":"18330157911715","imei2":"18330157911715","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167580,"job_number":"JOB_167580","tr_customer_id":167597,"tr_customer_product_id":167587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:58.000Z","modified_at":"2026-01-27T03:56:58.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Sonia_Reichel97@hotmail.com","dop":"2025-07-02","serial_number":"19374980428044","imei1":"19374980428044","imei2":"19374980428044","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167547,"job_number":"JOB_167547","tr_customer_id":167564,"tr_customer_product_id":167554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:17.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13975438843936","imei1":"13975438843936","imei2":"13975438843936","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167545,"job_number":"JOB_167545","tr_customer_id":167562,"tr_customer_product_id":167552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:15.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"13453255964591","imei1":"13453255964591","imei2":"13453255964591","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-27T02:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 09157dcb-9793-4ed6-a80c-03af70964eed |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-pdmLzpXSIKD9OK+kTbGeH9CzH9o" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNzB9.f9Wzrbowkiuqh894EUyhjH9JPRV1kYXVAy0jxYOw7mg"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNzB9.f9Wzrbowkiuqh894EUyhjH9JPRV1kYXVAy0jxYOw7mg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6de64118-b25c-4fbb-9fa0-33fad5d1b093 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNzB9.f9Wzrbowkiuqh894EUyhjH9JPRV1kYXVAy0jxYOw7mg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 15630a9d-ccb8-4c0a-88e2-f89c844f8b36 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-fbbucp7kVQcc7X+hJZZROUkiYHY" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":160}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNzB9.f9Wzrbowkiuqh894EUyhjH9JPRV1kYXVAy0jxYOw7mg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2ca4f12d-eb9f-4855-9e79-21e59146d725 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1007 |
| ETag | W/"3ef-oJwvqlJzzgCdDveaWyhbYBCy/KM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:49.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T07:47:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNzB9.f9Wzrbowkiuqh894EUyhjH9JPRV1kYXVAy0jxYOw7mg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5c732c30-101d-4b92-aa31-6b058f51a924 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNzB9.f9Wzrbowkiuqh894EUyhjH9JPRV1kYXVAy0jxYOw7mg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 438dc847-9a7b-49fb-a50d-d3475e4e0655 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"4aa-AFv1ordHKTTNE9Lsv0u4uj7XPkg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:49.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-27T07:47:49.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":167975,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-27T07:47:44.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNzB9.f9Wzrbowkiuqh894EUyhjH9JPRV1kYXVAy0jxYOw7mg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a3c8b69e-4e8e-4e2a-a19c-3a1d7b1e1ebb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNzB9.f9Wzrbowkiuqh894EUyhjH9JPRV1kYXVAy0jxYOw7mg |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | eb1d04ba-31aa-4333-99dc-8988d87960b2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":167975,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 68dfb4c3-e8b5-497d-9bc0-db3a2a9c6120 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-JhykzFiY1edX2CO0MqMjYGOduSo" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA3Mn0.CpP64lN8R6Tut2pBJkzv1QI36GCWkZfzhQzHkSZPJVY"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA3Mn0.CpP64lN8R6Tut2pBJkzv1QI36GCWkZfzhQzHkSZPJVY |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bf912324-21cd-438c-b6f0-3cd746792c01 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA3Mn0.CpP64lN8R6Tut2pBJkzv1QI36GCWkZfzhQzHkSZPJVY |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1b78d5b6-520a-4b80-b81b-8f91eed62e17 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-oOID2oeNzBzT3xiTRm4WeJv8Smk" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":160},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA3Mn0.CpP64lN8R6Tut2pBJkzv1QI36GCWkZfzhQzHkSZPJVY |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 450dc908-77fc-4939-81fd-a919965f9f1a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA3Mn0.CpP64lN8R6Tut2pBJkzv1QI36GCWkZfzhQzHkSZPJVY |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2a407872-456b-4544-85a3-94a04d7041de |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"26a49-LgLUIdj4vi7CcJmp2iiE6V+tw2M" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 27 Jan 2026 07:47:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":167969,"job_number":"JOB_167969","tr_customer_id":167986,"tr_customer_product_id":167976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:46:56.000Z","modified_at":"2026-01-27T07:47:36.000Z","name":"Maud Cummerata","mobile_number":"646-422-3272","email_id":"Tamara.Witting12@gmail.com","dop":"2025-04-06","serial_number":"13661529653762","imei1":"13661529653762","imei2":"13661529653762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167968,"job_number":"JOB_167968","tr_customer_id":167985,"tr_customer_product_id":167975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:34.000Z","modified_at":"2026-01-27T07:45:47.000Z","name":"Mariah Hamill","mobile_number":"652-797-8772","email_id":"Noemy.Jakubowski@yahoo.com","dop":"2025-12-01","serial_number":"11895969562146","imei1":"11895969562146","imei2":"11895969562146","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167966,"job_number":"JOB_167966","tr_customer_id":167983,"tr_customer_product_id":167973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:45:16.000Z","modified_at":"2026-01-27T07:45:29.000Z","name":"Ellen Ernser","mobile_number":"773-782-1692","email_id":"Jay32@yahoo.com","dop":"2025-12-01","serial_number":"18035647441755","imei1":"18035647441755","imei2":"18035647441755","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167964,"job_number":"JOB_167964","tr_customer_id":167981,"tr_customer_product_id":167971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:44:58.000Z","modified_at":"2026-01-27T07:45:11.000Z","name":"Carol Harber","mobile_number":"791-589-1054","email_id":"Tabitha36@hotmail.com","dop":"2025-12-01","serial_number":"13015239403347","imei1":"13015239403347","imei2":"13015239403347","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167962,"job_number":"JOB_167962","tr_customer_id":167979,"tr_customer_product_id":167969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:41:10.000Z","modified_at":"2026-01-27T07:41:22.000Z","name":"Dangelo Mann","mobile_number":"687-934-9912","email_id":"Bradly_Bogisich@gmail.com","dop":"2025-12-01","serial_number":"14223691814750","imei1":"14223691814750","imei2":"14223691814750","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167960,"job_number":"JOB_167960","tr_customer_id":167977,"tr_customer_product_id":167967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:54.000Z","modified_at":"2026-01-27T07:41:06.000Z","name":"Marquise Reichert","mobile_number":"587-475-6993","email_id":"Mireya_Armstrong@gmail.com","dop":"2025-12-01","serial_number":"11570715098623","imei1":"11570715098623","imei2":"11570715098623","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:41:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167958,"job_number":"JOB_167958","tr_customer_id":167975,"tr_customer_product_id":167965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:40:38.000Z","modified_at":"2026-01-27T07:40:50.000Z","name":"Juanita Leffler","mobile_number":"636-521-5568","email_id":"Patience37@hotmail.com","dop":"2025-12-01","serial_number":"17253145582378","imei1":"17253145582378","imei2":"17253145582378","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:40:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167949,"job_number":"JOB_167949","tr_customer_id":167966,"tr_customer_product_id":167956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:05:14.000Z","modified_at":"2026-01-27T07:05:53.000Z","name":"Blanca Schneider","mobile_number":"399-331-5349","email_id":"Howard.Klocko@hotmail.com","dop":"2025-04-06","serial_number":"18972673309267","imei1":"18972673309267","imei2":"18972673309267","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167947,"job_number":"JOB_167947","tr_customer_id":167964,"tr_customer_product_id":167954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:04:29.000Z","modified_at":"2026-01-27T07:05:07.000Z","name":"Dasia Weissnat","mobile_number":"217-928-5689","email_id":"Cordie.Mayert15@yahoo.com","dop":"2025-04-06","serial_number":"18151854735051","imei1":"18151854735051","imei2":"18151854735051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:05:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167945,"job_number":"JOB_167945","tr_customer_id":167962,"tr_customer_product_id":167952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:03:45.000Z","modified_at":"2026-01-27T07:04:22.000Z","name":"Carolanne Johnston","mobile_number":"835-983-6740","email_id":"Demond45@hotmail.com","dop":"2025-04-06","serial_number":"12500515806340","imei1":"12500515806340","imei2":"12500515806340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:04:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167944,"job_number":"JOB_167944","tr_customer_id":167961,"tr_customer_product_id":167951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:54:15.000Z","modified_at":"2026-01-27T06:54:28.000Z","name":"Izaiah Goodwin","mobile_number":"667-308-1378","email_id":"Elouise43@hotmail.com","dop":"2025-12-01","serial_number":"17184857919726","imei1":"17184857919726","imei2":"17184857919726","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167942,"job_number":"JOB_167942","tr_customer_id":167959,"tr_customer_product_id":167949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:57.000Z","modified_at":"2026-01-27T06:54:10.000Z","name":"Pietro Stracke","mobile_number":"336-677-3457","email_id":"Darrick_Wilderman4@gmail.com","dop":"2025-12-01","serial_number":"11510163451561","imei1":"11510163451561","imei2":"11510163451561","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:54:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167940,"job_number":"JOB_167940","tr_customer_id":167957,"tr_customer_product_id":167947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:53:39.000Z","modified_at":"2026-01-27T06:53:52.000Z","name":"Cara Rath","mobile_number":"987-859-1105","email_id":"Amir60@gmail.com","dop":"2025-12-01","serial_number":"10948899776550","imei1":"10948899776550","imei2":"10948899776550","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:53:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167937,"job_number":"JOB_167937","tr_customer_id":167954,"tr_customer_product_id":167944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:51:26.000Z","modified_at":"2026-01-27T06:52:03.000Z","name":"Allene Erdman","mobile_number":"213-477-2942","email_id":"Reilly.Klocko@yahoo.com","dop":"2026-01-04","serial_number":"12959238722478","imei1":"12959238722478","imei2":"12959238722478","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:52:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167934,"job_number":"JOB_167934","tr_customer_id":167951,"tr_customer_product_id":167941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:58.000Z","modified_at":"2026-01-27T06:51:36.000Z","name":"Miracle Doyle","mobile_number":"985-838-2059","email_id":"Jett_Bosco@hotmail.com","dop":"2025-04-06","serial_number":"17756785529011","imei1":"17756785529011","imei2":"17756785529011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167931,"job_number":"JOB_167931","tr_customer_id":167948,"tr_customer_product_id":167938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:40.000Z","modified_at":"2026-01-27T06:51:18.000Z","name":"Brando Johnston","mobile_number":"935-317-2882","email_id":"Edmund50@hotmail.com","dop":"2026-01-04","serial_number":"17810372015745","imei1":"17810372015745","imei2":"17810372015745","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:51:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167928,"job_number":"JOB_167928","tr_customer_id":167945,"tr_customer_product_id":167935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:50:11.000Z","modified_at":"2026-01-27T06:50:51.000Z","name":"Bernadine Rutherford","mobile_number":"704-539-2876","email_id":"Emmett_Kohler@gmail.com","dop":"2025-04-06","serial_number":"14534602088922","imei1":"14534602088922","imei2":"14534602088922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167925,"job_number":"JOB_167925","tr_customer_id":167942,"tr_customer_product_id":167932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:52.000Z","modified_at":"2026-01-27T06:50:33.000Z","name":"Kris Bernier","mobile_number":"258-592-8541","email_id":"Kaycee96@gmail.com","dop":"2026-01-04","serial_number":"18439341230313","imei1":"18439341230313","imei2":"18439341230313","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167922,"job_number":"JOB_167922","tr_customer_id":167939,"tr_customer_product_id":167929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:29.000Z","modified_at":"2026-01-27T06:50:09.000Z","name":"Bell Stracke","mobile_number":"915-750-4333","email_id":"Saul58@hotmail.com","dop":"2025-04-06","serial_number":"10400148993354","imei1":"10400148993354","imei2":"10400148993354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167920,"job_number":"JOB_167920","tr_customer_id":167937,"tr_customer_product_id":167927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:49:25.000Z","modified_at":"2026-01-27T06:50:04.000Z","name":"Ignacio Farrell","mobile_number":"320-500-1584","email_id":"Felipe52@hotmail.com","dop":"2025-04-06","serial_number":"18659899859152","imei1":"18659899859152","imei2":"18659899859152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167917,"job_number":"JOB_167917","tr_customer_id":167934,"tr_customer_product_id":167924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:38.000Z","modified_at":"2026-01-27T06:45:18.000Z","name":"Joaquin Kulas","mobile_number":"583-240-9817","email_id":"Kirsten25@yahoo.com","dop":"2025-04-06","serial_number":"17938551459730","imei1":"17938551459730","imei2":"17938551459730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167914,"job_number":"JOB_167914","tr_customer_id":167931,"tr_customer_product_id":167921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:44:16.000Z","modified_at":"2026-01-27T06:44:58.000Z","name":"Grady Schaden","mobile_number":"682-416-2165","email_id":"Megane_Barrows5@gmail.com","dop":"2025-04-06","serial_number":"13986612123238","imei1":"13986612123238","imei2":"13986612123238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167912,"job_number":"JOB_167912","tr_customer_id":167929,"tr_customer_product_id":167919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:50.000Z","modified_at":"2026-01-27T06:44:30.000Z","name":"Sam Baumbach","mobile_number":"278-216-6264","email_id":"Abdul.Schoen24@gmail.com","dop":"2025-04-06","serial_number":"19651107341783","imei1":"19651107341783","imei2":"19651107341783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167909,"job_number":"JOB_167909","tr_customer_id":167926,"tr_customer_product_id":167916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:45.000Z","modified_at":"2026-01-27T06:44:28.000Z","name":"Kaitlin Zboncak","mobile_number":"891-592-1390","email_id":"Furman_Ziemann@gmail.com","dop":"2025-04-06","serial_number":"19030635434719","imei1":"19030635434719","imei2":"19030635434719","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167907,"job_number":"JOB_167907","tr_customer_id":167924,"tr_customer_product_id":167914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:43.000Z","modified_at":"2026-01-27T06:44:24.000Z","name":"Harley Runte","mobile_number":"656-420-5648","email_id":"Martina.Walker@yahoo.com","dop":"2025-04-06","serial_number":"14023871545970","imei1":"14023871545970","imei2":"14023871545970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167904,"job_number":"JOB_167904","tr_customer_id":167921,"tr_customer_product_id":167911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:43:02.000Z","modified_at":"2026-01-27T06:43:42.000Z","name":"Cortez Kshlerin","mobile_number":"404-335-4217","email_id":"Caroline.Hyatt@gmail.com","dop":"2025-04-06","serial_number":"15859812046555","imei1":"15859812046555","imei2":"15859812046555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167901,"job_number":"JOB_167901","tr_customer_id":167918,"tr_customer_product_id":167908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:54.000Z","modified_at":"2026-01-27T06:43:35.000Z","name":"Jeanie Bailey","mobile_number":"254-447-6959","email_id":"Otha93@hotmail.com","dop":"2025-04-06","serial_number":"13830389477544","imei1":"13830389477544","imei2":"13830389477544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167898,"job_number":"JOB_167898","tr_customer_id":167915,"tr_customer_product_id":167905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:42:05.000Z","modified_at":"2026-01-27T06:42:46.000Z","name":"Berta Gleason","mobile_number":"670-959-8671","email_id":"Nelle.Douglas@hotmail.com","dop":"2025-04-06","serial_number":"17500260885098","imei1":"17500260885098","imei2":"17500260885098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167895,"job_number":"JOB_167895","tr_customer_id":167912,"tr_customer_product_id":167902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:32.000Z","modified_at":"2026-01-27T06:39:09.000Z","name":"Mylene Ziemann","mobile_number":"268-456-3179","email_id":"Monserrate.Padberg96@hotmail.com","dop":"2025-04-06","serial_number":"13422109656931","imei1":"13422109656931","imei2":"13422109656931","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:39:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167889,"job_number":"JOB_167889","tr_customer_id":167906,"tr_customer_product_id":167896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:47.000Z","modified_at":"2026-01-27T06:38:24.000Z","name":"Christa Kutch","mobile_number":"447-746-4829","email_id":"Krista_Cronin@hotmail.com","dop":"2025-04-06","serial_number":"16625501213741","imei1":"16625501213741","imei2":"16625501213741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167882,"job_number":"JOB_167882","tr_customer_id":167899,"tr_customer_product_id":167889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:42.000Z","name":"Jaylen Kerluke","mobile_number":"546-909-9233","email_id":"Domingo45@gmail.com","dop":"2025-04-06","serial_number":"16862134829963","imei1":"16862134829963","imei2":"16862134829963","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167881,"job_number":"JOB_167881","tr_customer_id":167898,"tr_customer_product_id":167888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:03.000Z","modified_at":"2026-01-27T06:37:40.000Z","name":"Celestine Kilback","mobile_number":"975-592-9244","email_id":"Maximillian46@gmail.com","dop":"2025-04-06","serial_number":"17951541323118","imei1":"17951541323118","imei2":"17951541323118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167872,"job_number":"JOB_167872","tr_customer_id":167889,"tr_customer_product_id":167879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:16.000Z","modified_at":"2026-01-27T06:36:55.000Z","name":"Cruz Hoeger","mobile_number":"934-485-6036","email_id":"Zelda13@yahoo.com","dop":"2025-04-06","serial_number":"14583018003932","imei1":"14583018003932","imei2":"14583018003932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167864,"job_number":"JOB_167864","tr_customer_id":167881,"tr_customer_product_id":167871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:29.000Z","modified_at":"2026-01-27T06:36:08.000Z","name":"Natasha Towne","mobile_number":"539-944-7993","email_id":"Elinore77@hotmail.com","dop":"2025-04-06","serial_number":"15990339465447","imei1":"15990339465447","imei2":"15990339465447","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167859,"job_number":"JOB_167859","tr_customer_id":167876,"tr_customer_product_id":167866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:34:26.000Z","modified_at":"2026-01-27T06:35:09.000Z","name":"Darius Hane","mobile_number":"861-784-3255","email_id":"Isac8@hotmail.com","dop":"2025-04-06","serial_number":"10330263504588","imei1":"10330263504588","imei2":"10330263504588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167858,"job_number":"JOB_167858","tr_customer_id":167875,"tr_customer_product_id":167865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:18.000Z","modified_at":"2026-01-27T06:32:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12423253098832","imei2":"12423253098832","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167856,"job_number":"JOB_167856","tr_customer_id":167873,"tr_customer_product_id":167863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:32:04.000Z","modified_at":"2026-01-27T06:32:14.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10053012872262","imei2":"10053012872262","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167853,"job_number":"JOB_167853","tr_customer_id":167870,"tr_customer_product_id":167860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:51.000Z","modified_at":"2026-01-27T06:32:30.000Z","name":"Allie Stiedemann","mobile_number":"434-823-0869","email_id":"Hershel.Johnson34@hotmail.com","dop":"2025-04-06","serial_number":"12101566250387","imei1":"12101566250387","imei2":"12101566250387","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167851,"job_number":"JOB_167851","tr_customer_id":167868,"tr_customer_product_id":167858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:50.000Z","modified_at":"2026-01-27T06:32:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14240408583347","imei2":"14240408583347","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167848,"job_number":"JOB_167848","tr_customer_id":167865,"tr_customer_product_id":167855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:31:03.000Z","modified_at":"2026-01-27T06:31:43.000Z","name":"Dorcas Schinner","mobile_number":"993-457-8106","email_id":"Helena_Herzog2@hotmail.com","dop":"2025-04-06","serial_number":"16557584408408","imei1":"16557584408408","imei2":"16557584408408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167844,"job_number":"JOB_167844","tr_customer_id":167861,"tr_customer_product_id":167851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:16.000Z","modified_at":"2026-01-27T06:30:56.000Z","name":"Rey Reichert","mobile_number":"904-355-8506","email_id":"Maxime.Brekke12@gmail.com","dop":"2025-04-06","serial_number":"13183922370106","imei1":"13183922370106","imei2":"13183922370106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167839,"job_number":"JOB_167839","tr_customer_id":167856,"tr_customer_product_id":167846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:04.000Z","modified_at":"2026-01-27T06:29:40.000Z","name":"Stanford Kuhlman","mobile_number":"548-543-0439","email_id":"Afton_Mayert73@gmail.com","dop":"2025-04-06","serial_number":"19371343198470","imei1":"19371343198470","imei2":"19371343198470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167836,"job_number":"JOB_167836","tr_customer_id":167853,"tr_customer_product_id":167843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:28:21.000Z","modified_at":"2026-01-27T06:28:57.000Z","name":"Maiya Hartmann","mobile_number":"805-965-1463","email_id":"Soledad52@hotmail.com","dop":"2025-04-06","serial_number":"19886852653800","imei1":"19886852653800","imei2":"19886852653800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167833,"job_number":"JOB_167833","tr_customer_id":167850,"tr_customer_product_id":167840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:27:38.000Z","modified_at":"2026-01-27T06:28:14.000Z","name":"Dayne Beatty","mobile_number":"976-674-2026","email_id":"Herminio_Kovacek@gmail.com","dop":"2025-04-06","serial_number":"13833034191551","imei1":"13833034191551","imei2":"13833034191551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167830,"job_number":"JOB_167830","tr_customer_id":167847,"tr_customer_product_id":167837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:26:17.000Z","modified_at":"2026-01-27T06:27:00.000Z","name":"Cecelia Bauch","mobile_number":"671-610-2410","email_id":"Emilie_Ullrich20@gmail.com","dop":"2025-04-06","serial_number":"11963927712940","imei1":"11963927712940","imei2":"11963927712940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167827,"job_number":"JOB_167827","tr_customer_id":167844,"tr_customer_product_id":167834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:25:27.000Z","modified_at":"2026-01-27T06:26:09.000Z","name":"Bo Tromp","mobile_number":"574-636-5595","email_id":"Darwin.Runolfsson@hotmail.com","dop":"2025-04-06","serial_number":"14330271912505","imei1":"14330271912505","imei2":"14330271912505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167824,"job_number":"JOB_167824","tr_customer_id":167841,"tr_customer_product_id":167831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:24:36.000Z","modified_at":"2026-01-27T06:25:18.000Z","name":"Fidel Stoltenberg","mobile_number":"888-752-5165","email_id":"Lauriane87@hotmail.com","dop":"2025-04-06","serial_number":"11748226776697","imei1":"11748226776697","imei2":"11748226776697","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167821,"job_number":"JOB_167821","tr_customer_id":167838,"tr_customer_product_id":167828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:48.000Z","modified_at":"2026-01-27T06:24:24.000Z","name":"Antonina Maggio","mobile_number":"602-978-3602","email_id":"Bo.Bechtelar0@yahoo.com","dop":"2025-06-18","serial_number":"10055833646600","imei1":"10055833646600","imei2":"10055833646600","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:24:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167818,"job_number":"JOB_167818","tr_customer_id":167835,"tr_customer_product_id":167825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:05.000Z","modified_at":"2026-01-27T06:23:41.000Z","name":"Donny Hayes","mobile_number":"206-293-1033","email_id":"Kenyon.Walsh@yahoo.com","dop":"2025-06-18","serial_number":"10185353647351","imei1":"10185353647351","imei2":"10185353647351","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167815,"job_number":"JOB_167815","tr_customer_id":167832,"tr_customer_product_id":167822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:23:04.000Z","modified_at":"2026-01-27T06:23:42.000Z","name":"Ellis Walter","mobile_number":"583-518-4689","email_id":"Vena_Streich@hotmail.com","dop":"2025-04-06","serial_number":"18312915331901","imei1":"18312915331901","imei2":"18312915331901","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:23:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167809,"job_number":"JOB_167809","tr_customer_id":167826,"tr_customer_product_id":167816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:31.000Z","modified_at":"2026-01-27T06:21:07.000Z","name":"Pansy Fritsch","mobile_number":"318-635-6350","email_id":"Lenore22@gmail.com","dop":"2025-04-06","serial_number":"12752952311240","imei1":"12752952311240","imei2":"12752952311240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167800,"job_number":"JOB_167800","tr_customer_id":167817,"tr_customer_product_id":167807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:46.000Z","modified_at":"2026-01-27T06:20:23.000Z","name":"Jennyfer Weber","mobile_number":"506-331-5511","email_id":"Bradly_Wisozk54@yahoo.com","dop":"2025-04-06","serial_number":"16469269473320","imei1":"16469269473320","imei2":"16469269473320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167797,"job_number":"JOB_167797","tr_customer_id":167814,"tr_customer_product_id":167804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:19:02.000Z","modified_at":"2026-01-27T06:19:39.000Z","name":"Eloy Ledner","mobile_number":"477-272-0753","email_id":"Dessie.Metz@gmail.com","dop":"2025-04-06","serial_number":"15793220981851","imei1":"15793220981851","imei2":"15793220981851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167791,"job_number":"JOB_167791","tr_customer_id":167808,"tr_customer_product_id":167798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:19:39.000Z","modified_at":"2026-01-27T05:20:16.000Z","name":"Alisha Jast","mobile_number":"302-636-5500","email_id":"Christ.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10308584976477","imei1":"10308584976477","imei2":"10308584976477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:20:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167788,"job_number":"JOB_167788","tr_customer_id":167805,"tr_customer_product_id":167795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:54.000Z","modified_at":"2026-01-27T05:19:31.000Z","name":"Talia Nicolas","mobile_number":"760-854-8658","email_id":"Melyna_Trantow7@gmail.com","dop":"2025-04-06","serial_number":"15591401403235","imei1":"15591401403235","imei2":"15591401403235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167785,"job_number":"JOB_167785","tr_customer_id":167802,"tr_customer_product_id":167792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:18:09.000Z","modified_at":"2026-01-27T05:18:46.000Z","name":"Bert Cremin","mobile_number":"880-469-4883","email_id":"Mertie36@gmail.com","dop":"2025-04-06","serial_number":"10424599133818","imei1":"10424599133818","imei2":"10424599133818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167782,"job_number":"JOB_167782","tr_customer_id":167799,"tr_customer_product_id":167789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:01:11.000Z","modified_at":"2026-01-27T05:01:48.000Z","name":"Cyrus Prosacco","mobile_number":"968-467-5339","email_id":"Aiyana.Bashirian@yahoo.com","dop":"2025-04-06","serial_number":"15957104757718","imei1":"15957104757718","imei2":"15957104757718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167780,"job_number":"JOB_167780","tr_customer_id":167797,"tr_customer_product_id":167787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T05:00:53.000Z","modified_at":"2026-01-27T05:01:30.000Z","name":"Penelope Haley","mobile_number":"314-974-3233","email_id":"Domingo14@yahoo.com","dop":"2025-04-06","serial_number":"18569555503460","imei1":"18569555503460","imei2":"18569555503460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T05:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167778,"job_number":"JOB_167778","tr_customer_id":167795,"tr_customer_product_id":167785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:59:09.000Z","modified_at":"2026-01-27T04:59:48.000Z","name":"Tina Fahey","mobile_number":"555-225-7781","email_id":"Dolly93@gmail.com","dop":"2025-04-06","serial_number":"18314748738357","imei1":"18314748738357","imei2":"18314748738357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167776,"job_number":"JOB_167776","tr_customer_id":167793,"tr_customer_product_id":167783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:58:24.000Z","modified_at":"2026-01-27T04:59:02.000Z","name":"Keith Ernser","mobile_number":"971-520-9943","email_id":"Jean97@gmail.com","dop":"2025-04-06","serial_number":"15123889471853","imei1":"15123889471853","imei2":"15123889471853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167774,"job_number":"JOB_167774","tr_customer_id":167791,"tr_customer_product_id":167781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:57:38.000Z","modified_at":"2026-01-27T04:58:16.000Z","name":"Houston Lockman","mobile_number":"807-303-0969","email_id":"Katelin_Wintheiser@yahoo.com","dop":"2025-04-06","serial_number":"10033490901667","imei1":"10033490901667","imei2":"10033490901667","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167773,"job_number":"JOB_167773","tr_customer_id":167790,"tr_customer_product_id":167780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:55.000Z","modified_at":"2026-01-27T04:52:06.000Z","name":"Akeem Hirthe","mobile_number":"846-525-7749","email_id":"Victoria58@gmail.com","dop":"2025-07-01","serial_number":"109682923227161","imei1":"109682923227161","imei2":"109682923227161","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167771,"job_number":"JOB_167771","tr_customer_id":167788,"tr_customer_product_id":167778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:51:41.000Z","modified_at":"2026-01-27T04:51:52.000Z","name":"Lauretta Ledner","mobile_number":"979-501-3503","email_id":"Ephraim67@yahoo.com","dop":"2025-07-01","serial_number":"102525710077270","imei1":"102525710077270","imei2":"102525710077270","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167766,"job_number":"JOB_167766","tr_customer_id":167783,"tr_customer_product_id":167773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:43:04.000Z","modified_at":"2026-01-27T04:43:44.000Z","name":"Tiara Gerlach","mobile_number":"705-255-9198","email_id":"Alan.Dietrich48@yahoo.com","dop":"2025-04-06","serial_number":"13673813176470","imei1":"13673813176470","imei2":"13673813176470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167763,"job_number":"JOB_167763","tr_customer_id":167780,"tr_customer_product_id":167770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:42:16.000Z","modified_at":"2026-01-27T04:42:56.000Z","name":"Holden Altenwerth","mobile_number":"331-282-0181","email_id":"Christop_Fahey@gmail.com","dop":"2025-04-06","serial_number":"11081960558031","imei1":"11081960558031","imei2":"11081960558031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167760,"job_number":"JOB_167760","tr_customer_id":167777,"tr_customer_product_id":167767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:41:27.000Z","modified_at":"2026-01-27T04:42:08.000Z","name":"Mackenzie Herman","mobile_number":"617-390-5098","email_id":"Dwight_Flatley77@hotmail.com","dop":"2025-04-06","serial_number":"13555570658205","imei1":"13555570658205","imei2":"13555570658205","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167734,"job_number":"JOB_167734","tr_customer_id":167751,"tr_customer_product_id":167741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:00:24.000Z","modified_at":"2026-01-27T04:01:06.000Z","name":"Dedric Dach","mobile_number":"454-939-6364","email_id":"Quinton_Mohr96@hotmail.com","dop":"2025-04-06","serial_number":"15561692835654","imei1":"15561692835654","imei2":"15561692835654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:01:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167731,"job_number":"JOB_167731","tr_customer_id":167748,"tr_customer_product_id":167738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:58.000Z","modified_at":"2026-01-27T04:00:35.000Z","name":"Nils Price","mobile_number":"848-506-9428","email_id":"Hope26@gmail.com","dop":"2025-04-06","serial_number":"11136216434096","imei1":"11136216434096","imei2":"11136216434096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167728,"job_number":"JOB_167728","tr_customer_id":167745,"tr_customer_product_id":167735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:40.000Z","modified_at":"2026-01-27T04:00:17.000Z","name":"Camron McCullough","mobile_number":"343-821-8580","email_id":"Lucas.Kunze44@hotmail.com","dop":"2025-04-06","serial_number":"15156817870785","imei1":"15156817870785","imei2":"15156817870785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167722,"job_number":"JOB_167722","tr_customer_id":167739,"tr_customer_product_id":167729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:25.000Z","modified_at":"2026-01-27T04:00:04.000Z","name":"Johnpaul VonRueden","mobile_number":"695-818-2037","email_id":"Josue88@hotmail.com","dop":"2025-04-06","serial_number":"11345006253222","imei1":"11345006253222","imei2":"11345006253222","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167719,"job_number":"JOB_167719","tr_customer_id":167736,"tr_customer_product_id":167726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:14.000Z","modified_at":"2026-01-27T03:59:51.000Z","name":"Brock Williamson","mobile_number":"289-805-9878","email_id":"Shaun.Wiegand@yahoo.com","dop":"2025-04-06","serial_number":"12249866341232","imei1":"12249866341232","imei2":"12249866341232","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167713,"job_number":"JOB_167713","tr_customer_id":167730,"tr_customer_product_id":167720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:08.000Z","modified_at":"2026-01-27T03:59:45.000Z","name":"Demetris McDermott","mobile_number":"892-834-6175","email_id":"Rylan_Weber42@yahoo.com","dop":"2025-04-06","serial_number":"12065573541048","imei1":"12065573541048","imei2":"12065573541048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167710,"job_number":"JOB_167710","tr_customer_id":167727,"tr_customer_product_id":167717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:06.000Z","modified_at":"2026-01-27T03:59:43.000Z","name":"Jadon Morar","mobile_number":"323-667-0750","email_id":"Easton.Anderson@yahoo.com","dop":"2025-04-06","serial_number":"17965079550692","imei1":"17965079550692","imei2":"17965079550692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167704,"job_number":"JOB_167704","tr_customer_id":167721,"tr_customer_product_id":167711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:56.000Z","modified_at":"2026-01-27T03:59:33.000Z","name":"Vince Schimmel","mobile_number":"478-276-5763","email_id":"Lou_Shanahan@hotmail.com","dop":"2025-04-06","serial_number":"13224935401756","imei1":"13224935401756","imei2":"13224935401756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167700,"job_number":"JOB_167700","tr_customer_id":167717,"tr_customer_product_id":167707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:50.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Stanford Grady","mobile_number":"998-542-9403","email_id":"Meggie_Vandervort63@yahoo.com","dop":"2026-01-04","serial_number":"16049334971563","imei1":"16049334971563","imei2":"16049334971563","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167694,"job_number":"JOB_167694","tr_customer_id":167711,"tr_customer_product_id":167701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Tristian Hyatt","mobile_number":"790-919-9318","email_id":"Holly.Halvorson11@hotmail.com","dop":"2025-04-06","serial_number":"18978779641805","imei1":"18978779641805","imei2":"18978779641805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167693,"job_number":"JOB_167693","tr_customer_id":167710,"tr_customer_product_id":167700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:46.000Z","modified_at":"2026-01-27T03:59:23.000Z","name":"Ruth Bartell","mobile_number":"918-233-1057","email_id":"Carmela.Little@yahoo.com","dop":"2025-04-06","serial_number":"16603912358281","imei1":"16603912358281","imei2":"16603912358281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167684,"job_number":"JOB_167684","tr_customer_id":167701,"tr_customer_product_id":167691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:16.000Z","name":"Jeramie Maggio","mobile_number":"786-396-4048","email_id":"Laverne.Wyman16@hotmail.com","dop":"2025-04-06","serial_number":"14322311223889","imei1":"14322311223889","imei2":"14322311223889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167683,"job_number":"JOB_167683","tr_customer_id":167700,"tr_customer_product_id":167690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:40.000Z","modified_at":"2026-01-27T03:59:15.000Z","name":"Gloria Herman","mobile_number":"813-628-4878","email_id":"Heather.Howe@hotmail.com","dop":"2025-04-06","serial_number":"12891406720167","imei1":"12891406720167","imei2":"12891406720167","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167680,"job_number":"JOB_167680","tr_customer_id":167697,"tr_customer_product_id":167687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:39.000Z","modified_at":"2026-01-27T03:59:17.000Z","name":"Jazmyne Deckow","mobile_number":"226-299-1912","email_id":"Dangelo60@hotmail.com","dop":"2025-04-06","serial_number":"17185399314974","imei1":"17185399314974","imei2":"17185399314974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167677,"job_number":"JOB_167677","tr_customer_id":167694,"tr_customer_product_id":167684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:30.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Maggie Wunsch","mobile_number":"463-465-6284","email_id":"Moses_Luettgen@gmail.com","dop":"2025-04-06","serial_number":"16707991643310","imei1":"16707991643310","imei2":"16707991643310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167674,"job_number":"JOB_167674","tr_customer_id":167691,"tr_customer_product_id":167681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:28.000Z","modified_at":"2026-01-27T03:59:07.000Z","name":"Reece Hagenes","mobile_number":"352-694-6042","email_id":"Monserrate27@yahoo.com","dop":"2025-04-06","serial_number":"16477743361753","imei1":"16477743361753","imei2":"16477743361753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167670,"job_number":"JOB_167670","tr_customer_id":167687,"tr_customer_product_id":167677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:59:01.000Z","name":"Claudia Ernser","mobile_number":"614-220-6810","email_id":"Lloyd20@hotmail.com","dop":"2025-04-06","serial_number":"12106786739450","imei1":"12106786739450","imei2":"12106786739450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167668,"job_number":"JOB_167668","tr_customer_id":167685,"tr_customer_product_id":167675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:23.000Z","modified_at":"2026-01-27T03:58:59.000Z","name":"Earnestine Turner","mobile_number":"392-761-9346","email_id":"Glennie26@yahoo.com","dop":"2025-04-06","serial_number":"12775873567516","imei1":"12775873567516","imei2":"12775873567516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167665,"job_number":"JOB_167665","tr_customer_id":167682,"tr_customer_product_id":167672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:18.000Z","modified_at":"2026-01-27T03:58:55.000Z","name":"Winston Runolfsson","mobile_number":"574-557-1859","email_id":"Eldon.Bechtelar@gmail.com","dop":"2025-04-06","serial_number":"14560577097895","imei1":"14560577097895","imei2":"14560577097895","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167662,"job_number":"JOB_167662","tr_customer_id":167679,"tr_customer_product_id":167669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:14.000Z","modified_at":"2026-01-27T03:58:53.000Z","name":"Daphnee Mueller","mobile_number":"577-891-9429","email_id":"Jesse.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"10283043729439","imei1":"10283043729439","imei2":"10283043729439","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167657,"job_number":"JOB_167657","tr_customer_id":167674,"tr_customer_product_id":167664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Juston Harvey","mobile_number":"486-447-3733","email_id":"Arlo_Harber@yahoo.com","dop":"2026-01-04","serial_number":"19484132032512","imei1":"19484132032512","imei2":"19484132032512","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167652,"job_number":"JOB_167652","tr_customer_id":167669,"tr_customer_product_id":167659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:03.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Yvonne Beatty","mobile_number":"938-538-7270","email_id":"Harley58@gmail.com","dop":"2025-04-06","serial_number":"10337553747472","imei1":"10337553747472","imei2":"10337553747472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167650,"job_number":"JOB_167650","tr_customer_id":167667,"tr_customer_product_id":167657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:02.000Z","modified_at":"2026-01-27T03:58:39.000Z","name":"Elizabeth Mayer","mobile_number":"239-473-6514","email_id":"Pedro.Zemlak38@yahoo.com","dop":"2025-04-06","serial_number":"13196075461242","imei1":"13196075461242","imei2":"13196075461242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167643,"job_number":"JOB_167643","tr_customer_id":167660,"tr_customer_product_id":167650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:58.000Z","modified_at":"2026-01-27T03:58:33.000Z","name":"Robyn Schmeler","mobile_number":"907-510-1822","email_id":"Emely.Koepp50@gmail.com","dop":"2025-04-06","serial_number":"10144809869542","imei1":"10144809869542","imei2":"10144809869542","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167640,"job_number":"JOB_167640","tr_customer_id":167657,"tr_customer_product_id":167647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:56.000Z","modified_at":"2026-01-27T03:58:32.000Z","name":"Adrienne Grimes","mobile_number":"729-212-0939","email_id":"Brenda34@yahoo.com","dop":"2025-04-06","serial_number":"12219865944575","imei1":"12219865944575","imei2":"12219865944575","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167637,"job_number":"JOB_167637","tr_customer_id":167654,"tr_customer_product_id":167644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:52.000Z","modified_at":"2026-01-27T03:58:31.000Z","name":"Nova Stamm","mobile_number":"693-895-3641","email_id":"Brody.Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"16445619666337","imei1":"16445619666337","imei2":"16445619666337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167629,"job_number":"JOB_167629","tr_customer_id":167646,"tr_customer_product_id":167636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:42.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16285862842434","imei2":"16285862842434","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167627,"job_number":"JOB_167627","tr_customer_id":167644,"tr_customer_product_id":167634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:41.000Z","modified_at":"2026-01-27T03:58:20.000Z","name":"Charley Schroeder","mobile_number":"568-209-7381","email_id":"Ara90@yahoo.com","dop":"2025-04-06","serial_number":"16362528662636","imei1":"16362528662636","imei2":"16362528662636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167623,"job_number":"JOB_167623","tr_customer_id":167640,"tr_customer_product_id":167630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:15.000Z","name":"Louisa Becker","mobile_number":"387-647-0142","email_id":"Tania.Thompson21@gmail.com","dop":"2025-04-06","serial_number":"15989499921791","imei1":"15989499921791","imei2":"15989499921791","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167621,"job_number":"JOB_167621","tr_customer_id":167638,"tr_customer_product_id":167628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:39.000Z","modified_at":"2026-01-27T03:58:16.000Z","name":"Jacklyn Jakubowski","mobile_number":"297-831-5014","email_id":"Mia.Sanford25@hotmail.com","dop":"2025-04-06","serial_number":"11316762641745","imei1":"11316762641745","imei2":"11316762641745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167614,"job_number":"JOB_167614","tr_customer_id":167631,"tr_customer_product_id":167621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:13.000Z","name":"Garfield Trantow","mobile_number":"242-483-1707","email_id":"Giovani.Schuppe16@gmail.com","dop":"2025-06-18","serial_number":"10352114694924","imei1":"10352114694924","imei2":"10352114694924","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167613,"job_number":"JOB_167613","tr_customer_id":167630,"tr_customer_product_id":167620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Devonte O'Connell","mobile_number":"401-954-4982","email_id":"Ariane.Marks54@hotmail.com","dop":"2025-04-06","serial_number":"19501973653514","imei1":"19501973653514","imei2":"19501973653514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167609,"job_number":"JOB_167609","tr_customer_id":167626,"tr_customer_product_id":167616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:29.000Z","modified_at":"2026-01-27T03:57:39.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17302095058646","imei2":"17302095058646","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167606,"job_number":"JOB_167606","tr_customer_id":167623,"tr_customer_product_id":167613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:27.000Z","modified_at":"2026-01-27T03:58:06.000Z","name":"Adalberto Dare","mobile_number":"493-574-9135","email_id":"Maegan_Considine@gmail.com","dop":"2025-04-06","serial_number":"16021243648821","imei1":"16021243648821","imei2":"16021243648821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167600,"job_number":"JOB_167600","tr_customer_id":167617,"tr_customer_product_id":167607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Sherman DuBuque","mobile_number":"937-364-8939","email_id":"Jettie_Schowalter@hotmail.com","dop":"2026-01-04","serial_number":"17965430311336","imei1":"17965430311336","imei2":"17965430311336","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167596,"job_number":"JOB_167596","tr_customer_id":167613,"tr_customer_product_id":167603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:18.000Z","modified_at":"2026-01-27T03:57:55.000Z","name":"Garland Herman","mobile_number":"810-930-1921","email_id":"Brayan.Zemlak4@hotmail.com","dop":"2025-04-06","serial_number":"15119514571700","imei1":"15119514571700","imei2":"15119514571700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167593,"job_number":"JOB_167593","tr_customer_id":167610,"tr_customer_product_id":167600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:17.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14638873223178","imei2":"14638873223178","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167591,"job_number":"JOB_167591","tr_customer_id":167608,"tr_customer_product_id":167598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:16.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Jailyn Blanda","mobile_number":"281-356-8623","email_id":"Emelie_Cartwright@gmail.com","dop":"2025-04-06","serial_number":"18291131966712","imei1":"18291131966712","imei2":"18291131966712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167587,"job_number":"JOB_167587","tr_customer_id":167604,"tr_customer_product_id":167594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:12.000Z","modified_at":"2026-01-27T03:57:49.000Z","name":"Amani Donnelly","mobile_number":"253-395-8643","email_id":"Diamond_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"10832037510535","imei1":"10832037510535","imei2":"10832037510535","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167584,"job_number":"JOB_167584","tr_customer_id":167601,"tr_customer_product_id":167591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:10.000Z","modified_at":"2026-01-27T03:57:47.000Z","name":"Cole Rath","mobile_number":"325-290-3631","email_id":"Berry_Schuster@hotmail.com","dop":"2025-04-06","serial_number":"11190183779068","imei1":"11190183779068","imei2":"11190183779068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167581,"job_number":"JOB_167581","tr_customer_id":167598,"tr_customer_product_id":167588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:00.000Z","modified_at":"2026-01-27T03:57:37.000Z","name":"Gwendolyn Hackett","mobile_number":"673-237-0686","email_id":"Christina_McClure8@yahoo.com","dop":"2025-04-06","serial_number":"14889064039695","imei1":"14889064039695","imei2":"14889064039695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167577,"job_number":"JOB_167577","tr_customer_id":167594,"tr_customer_product_id":167584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:54.000Z","modified_at":"2026-01-27T03:57:33.000Z","name":"Marilie Rohan","mobile_number":"248-304-9540","email_id":"Vance25@yahoo.com","dop":"2025-04-06","serial_number":"15987577073440","imei1":"15987577073440","imei2":"15987577073440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167573,"job_number":"JOB_167573","tr_customer_id":167590,"tr_customer_product_id":167580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:31.000Z","name":"Austen Champlin","mobile_number":"469-982-3538","email_id":"Albin_Treutel36@gmail.com","dop":"2025-04-06","serial_number":"14891749000162","imei1":"14891749000162","imei2":"14891749000162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167571,"job_number":"JOB_167571","tr_customer_id":167588,"tr_customer_product_id":167578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:52.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Rosella Bergstrom","mobile_number":"701-715-2032","email_id":"Kassandra39@yahoo.com","dop":"2025-04-06","serial_number":"14025417199656","imei1":"14025417199656","imei2":"14025417199656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167568,"job_number":"JOB_167568","tr_customer_id":167585,"tr_customer_product_id":167575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:51.000Z","modified_at":"2026-01-27T03:57:30.000Z","name":"Damion Walker","mobile_number":"425-372-2349","email_id":"Zola23@hotmail.com","dop":"2025-04-06","serial_number":"11972983969648","imei1":"11972983969648","imei2":"11972983969648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167567,"job_number":"JOB_167567","tr_customer_id":167584,"tr_customer_product_id":167574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:50.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"Kirsten Purdy","mobile_number":"667-490-5340","email_id":"Ellsworth.Lynch@yahoo.com","dop":"2025-06-18","serial_number":"10974195504643","imei1":"10974195504643","imei2":"10974195504643","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167564,"job_number":"JOB_167564","tr_customer_id":167581,"tr_customer_product_id":167571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:47.000Z","modified_at":"2026-01-27T03:57:26.000Z","name":"Ralph Gerlach","mobile_number":"746-208-3832","email_id":"Trey_Reilly@gmail.com","dop":"2025-04-06","serial_number":"16572571827001","imei1":"16572571827001","imei2":"16572571827001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167562,"job_number":"JOB_167562","tr_customer_id":167579,"tr_customer_product_id":167569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:40.000Z","modified_at":"2026-01-27T03:57:19.000Z","name":"Lue Schinner","mobile_number":"470-782-4153","email_id":"Braulio37@hotmail.com","dop":"2025-04-06","serial_number":"19673463751655","imei1":"19673463751655","imei2":"19673463751655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167560,"job_number":"JOB_167560","tr_customer_id":167577,"tr_customer_product_id":167567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:38.000Z","modified_at":"2026-01-27T03:56:47.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"46832736178143","imei1":"46832736178143","imei2":"46832736178143","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167558,"job_number":"JOB_167558","tr_customer_id":167575,"tr_customer_product_id":167565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:56:36.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"86433522314885","imei1":"86433522314885","imei2":"86433522314885","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167557,"job_number":"JOB_167557","tr_customer_id":167574,"tr_customer_product_id":167564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:27.000Z","modified_at":"2026-01-27T03:57:03.000Z","name":"Cortez Okuneva","mobile_number":"243-379-2128","email_id":"Evangeline.Haag37@yahoo.com","dop":"2025-04-06","serial_number":"13784274402878","imei1":"13784274402878","imei2":"13784274402878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167555,"job_number":"JOB_167555","tr_customer_id":167572,"tr_customer_product_id":167562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:05:18.000Z","modified_at":"2026-01-27T03:05:53.000Z","name":"Lue Koss","mobile_number":"890-272-0890","email_id":"Kariane88@yahoo.com","dop":"2025-04-06","serial_number":"12622222412301","imei1":"12622222412301","imei2":"12622222412301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167552,"job_number":"JOB_167552","tr_customer_id":167569,"tr_customer_product_id":167559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:04:35.000Z","modified_at":"2026-01-27T03:05:10.000Z","name":"Ines Bins","mobile_number":"331-644-1254","email_id":"Marianne95@hotmail.com","dop":"2025-04-06","serial_number":"10196588918332","imei1":"10196588918332","imei2":"10196588918332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167549,"job_number":"JOB_167549","tr_customer_id":167566,"tr_customer_product_id":167556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:03:53.000Z","modified_at":"2026-01-27T03:04:28.000Z","name":"Murphy Walker","mobile_number":"437-509-6401","email_id":"Jadyn_Dickinson89@hotmail.com","dop":"2025-04-06","serial_number":"16209779649139","imei1":"16209779649139","imei2":"16209779649139","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167892,"job_number":"JOB_167892","tr_customer_id":167909,"tr_customer_product_id":167899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:38:00.000Z","modified_at":"2026-01-27T06:38:36.000Z","name":"Adrain Flatley","mobile_number":"625-204-1955","email_id":"Iliana_Green@gmail.com","dop":"2000-01-31","serial_number":"10327360941022","imei1":"10327360941022","imei2":"10327360941022","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:38:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167886,"job_number":"JOB_167886","tr_customer_id":167903,"tr_customer_product_id":167893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:37:16.000Z","modified_at":"2026-01-27T06:37:53.000Z","name":"Vivianne Kuvalis","mobile_number":"928-407-3268","email_id":"Nola37@hotmail.com","dop":"2000-01-31","serial_number":"10539760183863","imei1":"10539760183863","imei2":"10539760183863","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167878,"job_number":"JOB_167878","tr_customer_id":167895,"tr_customer_product_id":167885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:42.000Z","modified_at":"2026-01-27T06:37:22.000Z","name":"Ezequiel Hauck","mobile_number":"402-515-8716","email_id":"Ethel52@hotmail.com","dop":"2025-10-21","serial_number":"12597963508580","imei1":"12597963508580","imei2":"12597963508580","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167875,"job_number":"JOB_167875","tr_customer_id":167892,"tr_customer_product_id":167882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:36:32.000Z","modified_at":"2026-01-27T06:37:09.000Z","name":"Jakayla Stehr","mobile_number":"889-226-7042","email_id":"Oswald_Blanda50@hotmail.com","dop":"2000-01-31","serial_number":"10809822361810","imei1":"10809822361810","imei2":"10809822361810","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167870,"job_number":"JOB_167870","tr_customer_id":167887,"tr_customer_product_id":167877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:55.000Z","modified_at":"2026-01-27T06:36:34.000Z","name":"Fletcher Langosh","mobile_number":"961-716-6775","email_id":"Danyka74@hotmail.com","dop":"2025-10-21","serial_number":"12097514595498","imei1":"12097514595498","imei2":"12097514595498","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167867,"job_number":"JOB_167867","tr_customer_id":167884,"tr_customer_product_id":167874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:47.000Z","modified_at":"2026-01-27T06:36:24.000Z","name":"Keenan Strosin","mobile_number":"493-722-5111","email_id":"Athena3@yahoo.com","dop":"2000-01-31","serial_number":"10961625417361","imei1":"10961625417361","imei2":"10961625417361","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:36:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167862,"job_number":"JOB_167862","tr_customer_id":167879,"tr_customer_product_id":167869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:35:07.000Z","modified_at":"2026-01-27T06:35:46.000Z","name":"Erling Schowalter","mobile_number":"297-720-6965","email_id":"Emerald.Hayes@yahoo.com","dop":"2025-10-21","serial_number":"17024058576990","imei1":"17024058576990","imei2":"17024058576990","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167756,"job_number":"JOB_167756","tr_customer_id":167773,"tr_customer_product_id":167763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:05:08.000Z","modified_at":"2026-01-27T04:05:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74072070477227","imei1":"74072070477227","imei2":"74072070477227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167749,"job_number":"JOB_167749","tr_customer_id":167766,"tr_customer_product_id":167756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:36.000Z","modified_at":"2026-01-27T04:05:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24590586092397","imei1":"24590586092397","imei2":"24590586092397","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167742,"job_number":"JOB_167742","tr_customer_id":167759,"tr_customer_product_id":167749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:04:04.000Z","modified_at":"2026-01-27T04:04:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19395955050300","imei1":"19395955050300","imei2":"19395955050300","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:04:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167725,"job_number":"JOB_167725","tr_customer_id":167742,"tr_customer_product_id":167732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:34.000Z","modified_at":"2026-01-27T04:00:11.000Z","name":"Lorena Raynor","mobile_number":"505-412-7010","email_id":"Jayson36@gmail.com","dop":"2000-01-31","serial_number":"10356871190723","imei1":"10356871190723","imei2":"10356871190723","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167699,"job_number":"JOB_167699","tr_customer_id":167716,"tr_customer_product_id":167706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:49.000Z","modified_at":"2026-01-27T03:59:27.000Z","name":"Ruth Spinka","mobile_number":"567-517-0880","email_id":"Junius_Emard@gmail.com","dop":"2000-01-31","serial_number":"10994193539382","imei1":"10994193539382","imei2":"10994193539382","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167658,"job_number":"JOB_167658","tr_customer_id":167675,"tr_customer_product_id":167665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:05.000Z","modified_at":"2026-01-27T03:58:42.000Z","name":"Giovani Becker","mobile_number":"836-554-6598","email_id":"Justice.Gerlach17@gmail.com","dop":"2000-01-31","serial_number":"10624707653449","imei1":"10624707653449","imei2":"10624707653449","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167615,"job_number":"JOB_167615","tr_customer_id":167632,"tr_customer_product_id":167622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:35.000Z","modified_at":"2026-01-27T03:57:51.000Z","name":"Flavio Roberts","mobile_number":"486-327-5797","email_id":"Lexie_Konopelski@hotmail.com","dop":"2025-05-30","serial_number":"11200459191432","imei1":"11200459191432","imei2":"11200459191432","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167602,"job_number":"JOB_167602","tr_customer_id":167619,"tr_customer_product_id":167609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:20.000Z","modified_at":"2026-01-27T03:57:57.000Z","name":"Grace Blick","mobile_number":"744-224-5481","email_id":"Nayeli.Wintheiser@hotmail.com","dop":"2000-01-31","serial_number":"10459943038758","imei1":"10459943038758","imei2":"10459943038758","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167972,"job_number":"JOB_167972","tr_customer_id":167989,"tr_customer_product_id":167979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:27.000Z","modified_at":"2026-01-27T07:47:40.000Z","name":"Myrtie Von","mobile_number":"535-695-3663","email_id":"Garry.Deckow@gmail.com","dop":"2025-11-04","serial_number":"55820820197905","imei1":"55820820197905","imei2":"55820820197905","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167971,"job_number":"JOB_167971","tr_customer_id":167988,"tr_customer_product_id":167978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:10.000Z","modified_at":"2026-01-27T07:47:22.000Z","name":"Hailey Rath","mobile_number":"746-636-4364","email_id":"George0@yahoo.com","dop":"2025-11-04","serial_number":"84569898271866","imei1":"84569898271866","imei2":"84569898271866","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:47:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167953,"job_number":"JOB_167953","tr_customer_id":167970,"tr_customer_product_id":167960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:28:10.000Z","modified_at":"2026-01-27T07:28:21.000Z","name":"Emie Bergstrom","mobile_number":"359-635-2065","email_id":"Marjorie.Larkin@yahoo.com","dop":"2025-11-04","serial_number":"32225753709504","imei1":"32225753709504","imei2":"32225753709504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167952,"job_number":"JOB_167952","tr_customer_id":167969,"tr_customer_product_id":167959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:55.000Z","modified_at":"2026-01-27T07:28:06.000Z","name":"Hubert Rolfson","mobile_number":"399-357-0889","email_id":"Giuseppe18@yahoo.com","dop":"2025-11-04","serial_number":"52472548051072","imei1":"52472548051072","imei2":"52472548051072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:28:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167951,"job_number":"JOB_167951","tr_customer_id":167968,"tr_customer_product_id":167958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:27:39.000Z","modified_at":"2026-01-27T07:27:51.000Z","name":"Bernita Johnston","mobile_number":"924-316-2364","email_id":"Sylvester.Thompson@yahoo.com","dop":"2025-11-04","serial_number":"51972504316060","imei1":"51972504316060","imei2":"51972504316060","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T07:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167846,"job_number":"JOB_167846","tr_customer_id":167863,"tr_customer_product_id":167853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:30:17.000Z","modified_at":"2026-01-27T06:30:31.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63418459119098","imei1":"63418459119098","imei2":"63418459119098","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167842,"job_number":"JOB_167842","tr_customer_id":167859,"tr_customer_product_id":167849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:59.000Z","modified_at":"2026-01-27T06:30:12.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"14949087610513","imei1":"14949087610513","imei2":"14949087610513","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167841,"job_number":"JOB_167841","tr_customer_id":167858,"tr_customer_product_id":167848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:29:41.000Z","modified_at":"2026-01-27T06:29:54.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"83346861180614","imei1":"83346861180614","imei2":"83346861180614","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:29:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167814,"job_number":"JOB_167814","tr_customer_id":167831,"tr_customer_product_id":167821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:22:09.000Z","modified_at":"2026-01-27T06:22:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"87489460908188","imei1":"87489460908188","imei2":"87489460908188","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167812,"job_number":"JOB_167812","tr_customer_id":167829,"tr_customer_product_id":167819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:33.000Z","modified_at":"2026-01-27T06:20:44.000Z","name":"Bryce Leffler","mobile_number":"385-608-7314","email_id":"Eleanora34@gmail.com","dop":"2025-06-09","serial_number":"101447873691916","imei1":"101447873691916","imei2":"101447873691916","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167806,"job_number":"JOB_167806","tr_customer_id":167823,"tr_customer_product_id":167813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:17.000Z","modified_at":"2026-01-27T06:20:29.000Z","name":"Ruben Christiansen","mobile_number":"731-322-8089","email_id":"Rylan70@gmail.com","dop":"2025-06-09","serial_number":"101454981814787","imei1":"101454981814787","imei2":"101454981814787","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167803,"job_number":"JOB_167803","tr_customer_id":167820,"tr_customer_product_id":167810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:20:01.000Z","modified_at":"2026-01-27T06:20:13.000Z","name":"Rashad Fritsch","mobile_number":"226-706-0013","email_id":"Jan_Boyle4@hotmail.com","dop":"2025-06-09","serial_number":"109276788223497","imei1":"109276788223497","imei2":"109276788223497","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:20:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167795,"job_number":"JOB_167795","tr_customer_id":167812,"tr_customer_product_id":167802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:18:21.000Z","modified_at":"2026-01-27T06:18:44.000Z","name":"Enrico Kirlin","mobile_number":"251-555-3855","email_id":"Eli72@yahoo.com","dop":"2025-10-01","serial_number":"11322837650533","imei1":"11322837650533","imei2":"11322837650533","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167794,"job_number":"JOB_167794","tr_customer_id":167811,"tr_customer_product_id":167801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:35.000Z","modified_at":"2026-01-27T06:18:02.000Z","name":"Troy Langworth","mobile_number":"692-491-3396","email_id":"Bernadine.Runolfsdottir@hotmail.com","dop":"2025-11-04","serial_number":"84989457462321","imei1":"84989457462321","imei2":"84989457462321","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167793,"job_number":"JOB_167793","tr_customer_id":167810,"tr_customer_product_id":167800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T06:17:19.000Z","modified_at":"2026-01-27T06:17:30.000Z","name":"Wilhelmine Nienow","mobile_number":"634-944-3525","email_id":"Vena.Toy@gmail.com","dop":"2025-11-04","serial_number":"50739144913283","imei1":"50739144913283","imei2":"50739144913283","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167757,"job_number":"JOB_167757","tr_customer_id":167774,"tr_customer_product_id":167764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T04:39:12.000Z","modified_at":"2026-01-27T04:39:22.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15588334816566","imei1":"15588334816566","imei2":"15588334816566","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T04:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167716,"job_number":"JOB_167716","tr_customer_id":167733,"tr_customer_product_id":167723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:59:13.000Z","modified_at":"2026-01-27T03:59:24.000Z","name":"Bennie Franecki","mobile_number":"802-828-9137","email_id":"Mario.Sanford@yahoo.com","dop":"2025-06-09","serial_number":"108192504023156","imei1":"108192504023156","imei2":"108192504023156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167706,"job_number":"JOB_167706","tr_customer_id":167723,"tr_customer_product_id":167713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:57.000Z","modified_at":"2026-01-27T03:59:08.000Z","name":"Kayley Grant","mobile_number":"987-283-8009","email_id":"Germaine16@gmail.com","dop":"2025-06-09","serial_number":"102323060459001","imei1":"102323060459001","imei2":"102323060459001","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:59:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167688,"job_number":"JOB_167688","tr_customer_id":167705,"tr_customer_product_id":167695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:58:41.000Z","modified_at":"2026-01-27T03:58:52.000Z","name":"Devyn Jerde","mobile_number":"833-279-3346","email_id":"Deja72@yahoo.com","dop":"2025-06-09","serial_number":"103696049142109","imei1":"103696049142109","imei2":"103696049142109","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167633,"job_number":"JOB_167633","tr_customer_id":167650,"tr_customer_product_id":167640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:47.000Z","modified_at":"2026-01-27T03:58:11.000Z","name":"Tanner Bernhard","mobile_number":"590-234-8156","email_id":"Hardy74@yahoo.com","dop":"2025-10-01","serial_number":"12083728362528","imei1":"12083728362528","imei2":"12083728362528","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167598,"job_number":"JOB_167598","tr_customer_id":167615,"tr_customer_product_id":167605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:19.000Z","modified_at":"2026-01-27T03:57:28.000Z","name":"giyu tomiaka","mobile_number":"325-918-4615","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"898295578132122","imei1":"898295578132122","imei2":"898295578132122","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167583,"job_number":"JOB_167583","tr_customer_id":167600,"tr_customer_product_id":167590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:57:08.000Z","modified_at":"2026-01-27T03:57:17.000Z","name":"tanjiro kamado","mobile_number":"491-800-0516","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"186981793403282","imei1":"186981793403282","imei2":"186981793403282","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167579,"job_number":"JOB_167579","tr_customer_id":167596,"tr_customer_product_id":167586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T03:56:57.000Z","modified_at":"2026-01-27T03:57:06.000Z","name":"saitama sensei","mobile_number":"241-714-5923","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"720202871951017","imei1":"720202871951017","imei2":"720202871951017","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167546,"job_number":"JOB_167546","tr_customer_id":167563,"tr_customer_product_id":167553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:58:17.000Z","modified_at":"2026-01-27T02:58:26.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19803285126055","imei1":"19803285126055","imei2":"19803285126055","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":167544,"job_number":"JOB_167544","tr_customer_id":167561,"tr_customer_product_id":167551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T02:41:15.000Z","modified_at":"2026-01-27T02:41:24.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16856548964448","imei1":"16856548964448","imei2":"16856548964448","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-27T02:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA3Mn0.CpP64lN8R6Tut2pBJkzv1QI36GCWkZfzhQzHkSZPJVY |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 55054b15-2399-494d-8bff-47ec0f4ebce7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1021 |
| ETag | W/"3fd-PVadyHzukFocZVrC4oxC4ulbdug" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:52.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-27T07:47:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA3Mn0.CpP64lN8R6Tut2pBJkzv1QI36GCWkZfzhQzHkSZPJVY |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dabebad7-78d0-4bfc-bf97-5cb1d76e1931 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 167975
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTUwMDA3Mn0.CpP64lN8R6Tut2pBJkzv1QI36GCWkZfzhQzHkSZPJVY |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d779920b-f8f9-4cfa-b4e7-f1fdf51650a9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f618ac07-5589-402b-97b7-e19f5d6b9f4d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-axjGQvX70Ijng1ikXF5ZdzU5X3Y" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNzV9.bH2g0ugBzqf9-YPxyUzXbkXSjshFP7czh_HGJzF7-xA"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d9efa27f-e800-484b-ab57-ea9ad202b36e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f3092f4e-bac3-4480-aeee-85a39ce47085 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-admV5trF9TB3pMkUWyMoQCEaRVM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":433},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b71677b1-ec98-4e83-af8c-7b2788b4a250 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1012 |
| ETag | W/"3f4-SRlkVhTlFbU/t2ckw7r3rLx7j8I" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:54.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T07:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 73a6eae5-3212-473f-b241-fad9065eac24 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1012 |
| ETag | W/"3f4-SRlkVhTlFbU/t2ckw7r3rLx7j8I" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":167975,"job_number":"JOB_167975","tr_customer_id":167992,"tr_customer_product_id":167982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-27T07:47:44.000Z","modified_at":"2026-01-27T07:47:54.000Z","name":"Tyra Bode","mobile_number":"345-387-5492","email_id":"Vinnie_Hansen8@hotmail.com","dop":"2025-11-04","serial_number":"15467931154278","imei1":"15467931154278","imei2":"15467931154278","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-27T07:47:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 801938c5-5aa2-4b9d-a903-08aa929cd708 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 167975
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 477ba257-bde1-4994-b30e-4167a0571755 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk1MDAwNjF9.TyTq0TYD71VYjyxU5SLJ4z3lLwVgz5tdIW4tfanQ12g |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bc23903c-913e-4a19-8d9f-498fbb16ebd4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 27 Jan 2026 07:47:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|